Fix windows build failure
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
parent
16aa4b5f59
commit
ce104d4171
@ -30,7 +30,7 @@
|
|||||||
Values for manager_thread_in_use: 0 means "not started". 1 means "started
|
Values for manager_thread_in_use: 0 means "not started". 1 means "started
|
||||||
and active". 2 means "stopped".
|
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;
|
static bool abort_manager = false;
|
||||||
|
|
||||||
pthread_t manager_thread;
|
pthread_t manager_thread;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user