summaryrefslogtreecommitdiff
path: root/zebra/zapi_msg.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-04-22 22:10:54 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-04-22 22:50:25 -0400
commitd8647095529884ad1d15e4966eb9cd69f5edb66c (patch)
tree70e4f813a0e2f47ad9c05ed950e573372e19cdd2 /zebra/zapi_msg.h
parent453844abd7bce28479d10490de513ca59cd0d490 (diff)
zebra: cleanup for zapi_msg.c split
* Rename client_connect and client_close hooks to zapi_client_connect and zapi_client_close * Remove some more unnecessary headers * Fix a copy-paste error in zapi_msg.[ch] header comments * Fix an inclusion comment in zserv.c Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zapi_msg.h')
-rw-r--r--zebra/zapi_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zapi_msg.h b/zebra/zapi_msg.h
index 771a0966ac..f50c985266 100644
--- a/zebra/zapi_msg.h
+++ b/zebra/zapi_msg.h
@@ -1,5 +1,5 @@
/*
- * Zebra API server.
+ * Zebra API message creation & consumption.
* Portions:
* Copyright (C) 1997-1999 Kunihiro Ishiguro
* Copyright (C) 2015-2018 Cumulus Networks, Inc.