summaryrefslogtreecommitdiffstats
path: root/watchfrr/watchfrr.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2018-11-30 17:56:42 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2018-12-06 23:05:45 +0100
commitaf568444cba565370a978bdc61a43c024df913fd (patch)
tree2738f123424c04ccfa229370e6390c734aa5d574 /watchfrr/watchfrr.h
parentwatchfrr: immediately try connecting after start (diff)
downloadfrr-af568444cba565370a978bdc61a43c024df913fd.tar.xz
frr-af568444cba565370a978bdc61a43c024df913fd.zip
watchfrr: add status command
Just to see WTF is going on inside watchfrr... Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'watchfrr/watchfrr.h')
-rw-r--r--watchfrr/watchfrr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/watchfrr/watchfrr.h b/watchfrr/watchfrr.h
index ee16846a1..c5f54769b 100644
--- a/watchfrr/watchfrr.h
+++ b/watchfrr/watchfrr.h
@@ -29,6 +29,10 @@ extern void watchfrr_vty_init(void);
extern pid_t integrated_write_pid;
extern void integrated_write_sigchld(int status);
+
+struct vty;
+extern void watchfrr_status(struct vty *vty);
+
/*
* Check if all daemons we are monitoring are in the DAEMON_UP state.
*