mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 12:50:41 -04:00
daemon: fix an exit crash
This commit is contained in:
parent
d6ba5ef8c5
commit
f9b361be8a
2 changed files with 12 additions and 1 deletions
|
@ -38,6 +38,8 @@ class t_internals;
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue