diff options
author | Neozaru <neozaru@mailoo.org> | 2014-06-03 22:38:20 +0200 |
---|---|---|
committer | Neozaru <neozaru@mailoo.org> | 2014-06-03 22:38:20 +0200 |
commit | 65f4782efd556ccd42b71a114349d544426b2691 (patch) | |
tree | f49ff03e793a451e324e0b913b0d762f627e8bc5 /src/rpc/core_rpc_server.h | |
parent | Updated README for documentation (diff) | |
parent | Merge pull request #21 from Neozaru/master (diff) | |
download | monero-65f4782efd556ccd42b71a114349d544426b2691.tar.xz |
Merge pull request #2 from monero-project/master
Merging daemon RPC availability changes
Diffstat (limited to 'src/rpc/core_rpc_server.h')
-rw-r--r-- | src/rpc/core_rpc_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/core_rpc_server.h b/src/rpc/core_rpc_server.h index 0f8f69b9d..abd9e3de7 100644 --- a/src/rpc/core_rpc_server.h +++ b/src/rpc/core_rpc_server.h @@ -76,6 +76,7 @@ namespace cryptonote bool on_get_block_header_by_height(const COMMAND_RPC_GET_BLOCK_HEADER_BY_HEIGHT::request& req, COMMAND_RPC_GET_BLOCK_HEADER_BY_HEIGHT::response& res, epee::json_rpc::error& error_resp, connection_context& cntx); //----------------------- bool handle_command_line(const boost::program_options::variables_map& vm); + bool check_core_busy(); bool check_core_ready(); //utils |