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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/staticd/static_debug.h b/staticd/static_debug.h
index ee9f7b053..129c09668 100644
--- a/staticd/static_debug.h
+++ b/staticd/static_debug.h
@@ -34,6 +34,7 @@ extern "C" {
/* staticd debugging records */
extern struct debug static_dbg_events;
extern struct debug static_dbg_route;
+extern struct debug static_dbg_bfd;
/*
* Initialize staticd debugging.
@@ -71,7 +72,8 @@ int static_debug_status_write(struct vty *vty);
* Debug general internal events
*
*/
-void static_debug_set(int vtynode, bool onoff, bool events, bool route);
+void static_debug_set(int vtynode, bool onoff, bool events, bool route,
+ bool bfd);
#ifdef __cplusplus
}