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:
Donald Sharp 2016-11-03 16:25:12 -04:00
parent ffac1326b2
commit 95f0715748

View File

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