1
0
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:
Maria Matejka
2024-03-05 14:52:50 +01:00
parent 8527bb6bf3
commit 27f2fd4aa9
5 changed files with 0 additions and 44 deletions

View File

@@ -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;