summaryrefslogtreecommitdiff
path: root/lib/libfrr.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-05-08 03:06:07 +0200
committerQuentin Young <qlyoung@users.noreply.github.com>2017-05-18 14:07:28 -0400
commitb85120bcb3af24cc35b97cf1fe0a96e54f3cbb6e (patch)
treed2805da49f11ef7e1c38624a0181328353479ad8 /lib/libfrr.h
parent4d2d73c281b64d7e83a46f7e698a6e8b15f43615 (diff)
lib: detangle protocol name/instance from logging
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/libfrr.h')
-rw-r--r--lib/libfrr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h
index 6bd92d8bea..832ff4486e 100644
--- a/lib/libfrr.h
+++ b/lib/libfrr.h
@@ -110,4 +110,7 @@ extern const char frr_sysconfdir[];
extern const char frr_vtydir[];
extern const char frr_moduledir[];
+extern char frr_protoname[];
+extern char frr_protonameinst[];
+
#endif /* _ZEBRA_FRR_H */