10 // global variables (saves us the trouble of passing pointers around)
11 // TODO: stop being lazy and pass this stuff where it's needed
12 // TODO: also put settings in a struct
14 uint8_t found
, monitor
, maxexectime
;
15 pthread_t lucky_thread
;