Commit ce104d41 authored by Kristian Nielsen's avatar Kristian Nielsen

Fix windows build failure

Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
parent 16aa4b5f
......@@ -30,7 +30,7 @@
Values for manager_thread_in_use: 0 means "not started". 1 means "started
and active". 2 means "stopped".
*/
static bool volatile manager_thread_in_use = 0;
static int volatile manager_thread_in_use = 0;
static bool abort_manager = false;
pthread_t manager_thread;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment