summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h
index fdf53421f..eaa638c29 100644
--- a/cli/src/cli.h
+++ b/cli/src/cli.h
@@ -39,6 +39,9 @@ enum argp_option_keys {
ARGP_PORT_KEY = 'p',
};
+enum gluster_mode {
+ GLUSTER_MODE_SCRIPT = 1
+};
struct cli_state;
struct cli_cmd_word;
struct cli_cmd_tree;
@@ -96,6 +99,7 @@ struct cli_state {
char **matchesp;
int remote_port;
+ int mode;
};
struct cli_local {