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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h
index b8db0bec..d3e1fc21 100644
--- a/cli/src/cli.h
+++ b/cli/src/cli.h
@@ -109,6 +109,9 @@ struct cli_state {
int remote_port;
int mode;
int await_connected;
+
+ char *log_file;
+ gf_loglevel_t log_level;
};
struct cli_local {