X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fevent.c;h=8f15ebeadd95a3e55fdaab74d812ca93fdd9cba2;hb=ffbc99558cae4dff876645fe205349d8c4cd7acb;hp=5e6908f58a2db5150c7bcb83c7e11d21fd8f5768;hpb=2f9a1d4ab5ff51b05a5e8cc41a1528fdeb36c723;p=tinc diff --git a/src/event.c b/src/event.c index 5e6908f5..8f15ebea 100644 --- a/src/event.c +++ b/src/event.c @@ -35,7 +35,7 @@ static const long READ_EVENTS = FD_READ | FD_ACCEPT | FD_CLOSE; static const long WRITE_EVENTS = FD_WRITE | FD_CONNECT; static DWORD event_count = 0; #endif -static volatile bool running; +static bool running; static int io_compare(const io_t *a, const io_t *b) { #ifndef HAVE_MINGW