mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Removed the obsolete birdloop flagger
This was useful when events were locking. As now sending events is lockless, we can drop this obsolete routine for good.
This commit is contained in:
@@ -58,8 +58,6 @@ struct birdloop
|
||||
_Atomic u32 thread_transition;
|
||||
#define LTT_PING 1
|
||||
#define LTT_MOVE 2
|
||||
_Atomic u32 flags;
|
||||
struct birdloop_flag_handler *flag_handler;
|
||||
|
||||
void (*stopped)(void *data);
|
||||
void *stop_data;
|
||||
|
Reference in New Issue
Block a user