summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 6905d3b..9beda0c 100644
--- a/src/options.h
+++ b/src/options.h
@@ -182,6 +182,10 @@ private:
::SharedMutex mutex;
+
+ bool cluster_opts;
+ bool connection_opts;
+
std::string progname_;
bool daemonize_;
std::string username_;