mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fix Linux Daemon
This commit is contained in:
parent
0b210ee99d
commit
e674014efc
3 changed files with 16 additions and 7 deletions
6
Daemon.h
6
Daemon.h
|
@ -57,7 +57,11 @@ namespace i2p
|
|||
|
||||
virtual bool start();
|
||||
virtual bool stop();
|
||||
private:
|
||||
std::string pidfile;
|
||||
int pidFilehandle;
|
||||
|
||||
};
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue