summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/main.c b/zebra/main.c
index 1083ae57..6d40d708 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -48,6 +48,9 @@ struct zebra_t zebrad =
pid_t old_pid;
pid_t pid;
+/* Pacify zclient.o in libzebra, which expects this variable. */
+struct thread_master *master;
+
/* Route retain mode flag. */
int retain_mode = 0;