mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
+ add --pidfile cmdline option
This commit is contained in:
parent
5d510f1cf4
commit
e4255ed712
3 changed files with 20 additions and 17 deletions
2
Daemon.h
2
Daemon.h
|
@ -63,7 +63,7 @@ namespace i2p
|
|||
virtual bool stop();
|
||||
private:
|
||||
std::string pidfile;
|
||||
int pidFilehandle;
|
||||
int pidFH;
|
||||
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue