mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Loop: keep running the same loop for some time if there is work to do
This commit is contained in:
@@ -84,6 +84,10 @@ struct bird_thread
|
||||
event cleanup_event;
|
||||
|
||||
int sock_changed;
|
||||
uint loop_count;
|
||||
|
||||
u64 max_latency_ns;
|
||||
u64 max_loop_time_ns;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user