X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fvde%2Fdevice.c;h=74cf3b676a7c4cbeb7754dcc150327f19c70a536;hp=6148ccbe2f3807d0cdd4eeda5dc77966652c4116;hb=2c7c87ec75c94d0b3cca9f7a5aeba34384f77cc1;hpb=f017c7f98f8f68d6ca50ebe247f4115aadd93635 diff --git a/src/vde/device.c b/src/vde/device.c index 6148ccbe..74cf3b67 100644 --- a/src/vde/device.c +++ b/src/vde/device.c @@ -22,6 +22,7 @@ #include #include "conf.h" +#include "device.h" #include "net.h" #include "logger.h" #include "utils.h" @@ -38,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;