aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
authorJethro Grassie <jtg@xtrabass.com>2019-06-01 13:03:37 -0400
committerJethro Grassie <jtg@xtrabass.com>2019-06-01 13:03:37 -0400
commit343c0b4255fc7dcd995ec69399c293f2eb584fb9 (patch)
treebf244ab42332f6d4763390720e1ab228f53953fe /src/daemon/daemon.h
parentMerge pull request #5548 (diff)
downloadmonero-343c0b4255fc7dcd995ec69399c293f2eb584fb9.tar.xz
add a command line option to disable ZMQ server
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index d44173177..c0efb68ee 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -46,6 +46,7 @@ private:
uint16_t public_rpc_port;
std::string zmq_rpc_bind_address;
std::string zmq_rpc_bind_port;
+ bool zmq_rpc_disabled;
public:
t_daemon(
boost::program_options::variables_map const & vm,