diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-03-30 12:58:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-03-30 13:02:02 +0200 |
commit | b0151de60144ddc1f56d253e7574bd6a9aefa28f (patch) | |
tree | 4e87da719ff11ccfa61798f3bd07d42574cc9c22 /src/daemon/command_parser_executor.h | |
parent | Merge pull request #247 (diff) | |
parent | Restore daemon interactive mode (diff) | |
download | monero-b0151de60144ddc1f56d253e7574bd6a9aefa28f.tar.xz |
Merge pull request #248
a0590d2 Restore daemon interactive mode (Thomas Winget)
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r-- | src/daemon/command_parser_executor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index 19ed8ada7..07d2e70a9 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -37,6 +37,7 @@ #pragma once #include "daemon/rpc_command_executor.h" +#include "rpc/core_rpc_server.h" namespace daemonize { @@ -48,6 +49,8 @@ public: t_command_parser_executor( uint32_t ip , uint16_t port + , bool is_rpc + , cryptonote::core_rpc_server* rpc_server = NULL ); bool print_peer_list(const std::vector<std::string>& args); |