From 343c0b4255fc7dcd995ec69399c293f2eb584fb9 Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Sat, 1 Jun 2019 13:03:37 -0400 Subject: add a command line option to disable ZMQ server --- src/daemon/daemon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/daemon.h') 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, -- cgit v1.2.3