aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-06-11 10:27:30 +0200
committerRiccardo Spagni <ric@spagni.net>2015-06-11 10:27:36 +0200
commitf89cf1df87889d67dcd30c6e7ea954732e222f9c (patch)
treedfbd2824defe10755997e197c8c6866c92828837 /src/daemon/command_server.h
parentMerge pull request #303 (diff)
parentfix ^D exit for bitmonerod (diff)
downloadmonero-f89cf1df87889d67dcd30c6e7ea954732e222f9c.tar.xz
Merge pull request #308
35b160e fix ^D exit for bitmonerod (moneromooo-monero)
Diffstat (limited to 'src/daemon/command_server.h')
-rw-r--r--src/daemon/command_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_server.h b/src/daemon/command_server.h
index aa8e0770e..5df457288 100644
--- a/src/daemon/command_server.h
+++ b/src/daemon/command_server.h
@@ -62,7 +62,7 @@ public:
bool process_command_vec(const std::vector<std::string>& cmd);
- bool start_handling();
+ bool start_handling(std::function<void(void)> exit_handler = NULL);
void stop_handling();