X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fvde%2Fdevice.c;h=74cf3b676a7c4cbeb7754dcc150327f19c70a536;hb=5672863e59e6a114ac6b66de98254b14266c0e61;hp=63171f9a026b0d9644aa0a7ed092ff94e162d203;hpb=6d08eb1614b59d5f86a43edda9db06fca72b76cd;p=tinc diff --git a/src/vde/device.c b/src/vde/device.c index 63171f9a..74cf3b67 100644 --- a/src/vde/device.c +++ b/src/vde/device.c @@ -39,7 +39,7 @@ char *iface = NULL; static char *device_info; extern char *identname; -extern bool running; +extern volatile bool running; static uint64_t device_total_in = 0; static uint64_t device_total_out = 0;