diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-12 12:47:48 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-30 11:48:38 -0500 |
| commit | 8613585e1f5a421cb88cfefa8307f2b3981df378 (patch) | |
| tree | 05eabe2e924212564bd1334695546b8e2c980b66 /lib/log.c | |
| parent | 94ed344a8f895dd1bc7d8b9cde1b39902744238e (diff) | |
lib: Moved zapi message types to zclient.h
Move the data structure used to have knowledge about
the zapi message types to zclient.h where it belongs.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #include <zebra.h> +#include "zclient.h" #include "log.h" #include "memory.h" #include "command.h" |
