summaryrefslogtreecommitdiffstats
path: root/staticd/static_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_debug.h')
-rw-r--r--staticd/static_debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/staticd/static_debug.h b/staticd/static_debug.h
index 481c266e1..3a96339f4 100644
--- a/staticd/static_debug.h
+++ b/staticd/static_debug.h
@@ -30,6 +30,7 @@
/* staticd debugging records */
extern struct debug static_dbg_events;
+extern struct debug static_dbg_route;
/*
* Initialize staticd debugging.
@@ -67,7 +68,7 @@ int static_debug_status_write(struct vty *vty);
* Debug general internal events
*
*/
-void static_debug_set(int vtynode, bool onoff, bool events);
+void static_debug_set(int vtynode, bool onoff, bool events, bool route);
#endif /* _STATIC_DEBUG_H */