summaryrefslogtreecommitdiffstats
path: root/lib/qtimers.h
diff options
context:
space:
mode:
authorChris Hall <GMCH@hestia.halldom.com>2010-01-20 14:18:05 +0000
committerChris Hall <GMCH@hestia.halldom.com>2010-01-20 14:18:05 +0000
commitc204b3f4299cc3c3f61ebbc5c2223fa913ce5424 (patch)
tree0881913bb63e9b798af12b338d54bccf543edcd0 /lib/qtimers.h
parent13fad04d09978db15317d3d3fb71ab87ea52c110 (diff)
downloadquagga-c204b3f4299cc3c3f61ebbc5c2223fa913ce5424.tar.bz2
quagga-c204b3f4299cc3c3f61ebbc5c2223fa913ce5424.tar.xz
Adding verify debug code for qtimers and tidied up.
modified: bgpd/bgp_connection.c -- using _unset functions -- added bgp_connection_close_file modified: bgpd/bgp_connection.h modified: bgpd/bgp_fsm.c -- checked notification handling -- uses bgp_connection_close_file modified: bgpd/bgp_notification.c -- added _unset function modified: bgpd/bgp_notification.h modified: bgpd/bgp_open_state.c -- added _unset function modified: bgpd/bgp_open_state.h modified: lib/qtimers.c -- added debug _verify function modified: lib/qtimers.h modified: lib/sockunion.c -- added _unset function modified: lib/sockunion.h
Diffstat (limited to 'lib/qtimers.h')
-rw-r--r--lib/qtimers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/qtimers.h b/lib/qtimers.h
index d4305dc0..3d509acb 100644
--- a/lib/qtimers.h
+++ b/lib/qtimers.h
@@ -132,6 +132,9 @@ qtimer_add_interval(qtimer qtr, qtimer_action* action) ;
Inline qtime_t
qtimer_get_interval(qtimer qtr) ;
+void
+qtimer_pile_verify(qtimer_pile qtp) ;
+
/*==============================================================================
* Inline functions
*/