aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-10-25 14:20:20 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-10-25 14:20:20 -0500
commitf253bf384674ae8a2f1d0652cb27ff17c7fc1fc1 (patch)
tree81bc979a941aecb93600e900ddf6a7bb5a81fc4b /src/daemon/command_parser_executor.h
parent9a995f338a5a3402449b5028ae0ef08ed149fc0b (diff)
parenta4dc575ccba8348886ed19594a16f5a7242f8fe6 (diff)
downloadmonzero-core-f253bf384674ae8a2f1d0652cb27ff17c7fc1fc1.tar.gz
monzero-core-f253bf384674ae8a2f1d0652cb27ff17c7fc1fc1.tar.xz
monzero-core-f253bf384674ae8a2f1d0652cb27ff17c7fc1fc1.zip
Merge pull request #6007
a4dc575 rpc: add a flush_cache RPC (moneromooo-monero)
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r--src/daemon/command_parser_executor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h
index 5c94c540e..8b85dcf69 100644
--- a/src/daemon/command_parser_executor.h
+++ b/src/daemon/command_parser_executor.h
@@ -154,6 +154,8 @@ public:
bool print_net_stats(const std::vector<std::string>& args);
bool set_bootstrap_daemon(const std::vector<std::string>& args);
+
+ bool flush_cache(const std::vector<std::string>& args);
};
} // namespace daemonize