[cmaster-next] [PATCH 4/9] lib: Turn off automatic debugging of Wheel code.

Donald Sharp sharpd at cumulusnetworks.com
Wed Dec 14 15:49:48 EST 2016


Turn off the automatic debugging of Timer wheel code.

Signed-off-by: Donald Sharp <sharpd at cumulusnetworks.com>
---
 lib/wheel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wheel.c b/lib/wheel.c
index 3cfd925..fe53dea 100644
--- a/lib/wheel.c
+++ b/lib/wheel.c
@@ -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)
-- 
2.5.5





More information about the dev mailing list