mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 19:59:34 +00:00
lib: Turn off automatic debugging of Wheel code.
Turn off the automatic debugging of Timer wheel code. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ffac1326b2
commit
95f0715748
@ -28,7 +28,7 @@
|
||||
DEFINE_MTYPE_STATIC(LIB, TIMER_WHEEL, "Timer Wheel")
|
||||
DEFINE_MTYPE_STATIC(LIB, TIMER_WHEEL_LIST, "Timer Wheel Slot List")
|
||||
|
||||
static int debug_timer_wheel = 1;
|
||||
static int debug_timer_wheel = 0;
|
||||
|
||||
static int
|
||||
wheel_timer_thread (struct thread *t)
|
||||
|
Loading…
Reference in New Issue
Block a user