mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
* Daemon.h : use boolean variables for flags
This commit is contained in:
parent
9611f80a39
commit
c5f6a690de
1 changed files with 3 additions and 3 deletions
6
Daemon.h
6
Daemon.h
|
@ -21,10 +21,10 @@ namespace i2p
|
|||
virtual bool start();
|
||||
virtual bool stop();
|
||||
|
||||
int isLogging;
|
||||
int isDaemon;
|
||||
bool isLogging;
|
||||
bool isDaemon;
|
||||
|
||||
int running;
|
||||
bool running;
|
||||
|
||||
protected:
|
||||
Daemon_Singleton();
|
||||
|
|
Loading…
Add table
Reference in a new issue