mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Timers: Fix TBF and some last remains
This commit is contained in:
@@ -46,8 +46,8 @@ extern struct timeloop main_timeloop;
|
||||
btime current_time(void);
|
||||
btime current_real_time(void);
|
||||
|
||||
#define now (current_time() TO_S)
|
||||
#define now_real (current_real_time() TO_S)
|
||||
//#define now (current_time() TO_S)
|
||||
//#define now_real (current_real_time() TO_S)
|
||||
extern btime boot_time;
|
||||
|
||||
timer2 *tm2_new(pool *p);
|
||||
|
Reference in New Issue
Block a user