diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-06-14 00:30:04 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-06-14 00:31:09 +0100 |
commit | f9b361be8a32fec2cc6ef0f835e4b8077b713753 (patch) | |
tree | c1a7c110f70d7064f4b0e333f350a389e63d0be3 /src/daemon/daemon.h | |
parent | Merge pull request #312 (diff) | |
download | monero-f9b361be8a32fec2cc6ef0f835e4b8077b713753.tar.xz |
daemon: fix an exit crash
Diffstat (limited to '')
-rw-r--r-- | src/daemon/daemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 1a6a53d3b..8ed2a2f03 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -39,6 +39,8 @@ class t_daemon final { public: static void init_options(boost::program_options::options_description & option_spec); private: + void stop_p2p(); +private: std::unique_ptr<t_internals> mp_internals; public: t_daemon( |