summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
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 3bcd66468d..50323d3753 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -57,6 +57,7 @@ struct host
/* config file name of this host */
char *config;
+ int noconfig;
/* Flags for services */
int advanced;
@@ -226,6 +227,7 @@ struct cmd_element
#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