diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-11-28 17:06:10 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 13:53:42 +0100 |
commit | 574b2324275d3292e98a8e329f791eb5c799f7f2 (patch) | |
tree | 37f5bcc1edf1bcdcd61380c76fe214afce523bcd /lib/timer.h | |
parent | 3b3b0910ffb1b212b1c9ea420db6c575a3ecb71a (diff) |
Timers: Fix TBF and some last remains
Diffstat (limited to 'lib/timer.h')
-rw-r--r-- | lib/timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/timer.h b/lib/timer.h index 61a2aa94..250bb3cd 100644 --- a/lib/timer.h +++ b/lib/timer.h @@ -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); |