diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-03-31 12:01:19 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-03-31 12:01:19 +0300 |
| commit | df6026182ab1df95a07d01ad54481e7ebf2c69e7 (patch) | |
| tree | 5b9813551c37b8ad30687e5c2aaae238d2119d5e /src/daemon/command_parser_executor.h | |
| parent | 8790904cf9ccba56a1cbab51b01f2cbb0a5cb143 (diff) | |
| parent | 0ee87e63050c31405182042868a89d4f3f3ac7c2 (diff) | |
| download | monzero-core-df6026182ab1df95a07d01ad54481e7ebf2c69e7.tar.gz monzero-core-df6026182ab1df95a07d01ad54481e7ebf2c69e7.tar.xz monzero-core-df6026182ab1df95a07d01ad54481e7ebf2c69e7.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/daemon/command_parser_executor.h')
| -rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index 51c55a8c0..11df92a5e 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -114,6 +114,8 @@ public: bool unban(const std::vector<std::string>& args); bool flush_txpool(const std::vector<std::string>& args); + + bool output_histogram(const std::vector<std::string>& args); }; } // namespace daemonize |
