+ add --pidfile cmdline option

This commit is contained in:
hagen 2016-01-11 10:58:39 +00:00
parent 5d510f1cf4
commit e4255ed712
3 changed files with 20 additions and 17 deletions

View file

@ -63,7 +63,7 @@ namespace i2p
virtual bool stop();
private:
std::string pidfile;
int pidFilehandle;
int pidFH;
};
#endif