summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-11-10 08:08:23 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-11-10 08:08:23 -0500
commit11ec76edb225c0f0e6a57b1d667179b14aa2ac20 (patch)
tree731f3692764c8e5f68c75ab55cda5fbb1d37edff /lib/command.h
parent82b4d5da4be55ffc3ffd6b0d74de99d184a23b87 (diff)
parent9f1f8df328271d3cd47a28c74efaeeefabc680ec (diff)
Merge remote-tracking branch 'opensourcerouting/cmaster-next-vty2' into cmaster-next
Conflicts: watchquagga/watchquagga.c
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index e4aa10196f..d2fc969d70 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -56,6 +56,7 @@ struct host
/* config file name of this host */
char *config;
+ int noconfig;
/* Flags for services */
int advanced;
@@ -226,6 +227,7 @@ struct cmd_token
#define CMD_COMPLETE_LIST_MATCH 9
#define CMD_SUCCESS_DAEMON 10
#define CMD_ERR_NO_FILE 11
+#define CMD_SUSPEND 12
/* Argc max counts. */
#define CMD_ARGC_MAX 25