summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/log.h b/lib/log.h
index cb8fac78c3..91cab3f96a 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -53,6 +53,7 @@ typedef enum
ZLOG_OSPF6,
ZLOG_LDP,
ZLOG_ISIS,
+ ZLOG_RFP,
ZLOG_PIM,
ZLOG_MASC
} zlog_proto_t;
@@ -184,6 +185,10 @@ extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
extern void zlog_hexdump(const void *mem, unsigned int len);
+
+extern int
+vzlog_test (struct zlog *zl, int priority);
+
/* structure useful for avoiding repeated rendering of the same timestamp */
struct timestamp_control {
size_t len; /* length of rendered timestamp */