mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +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 start();
|
||||||
virtual bool stop();
|
virtual bool stop();
|
||||||
|
|
||||||
int isLogging;
|
bool isLogging;
|
||||||
int isDaemon;
|
bool isDaemon;
|
||||||
|
|
||||||
int running;
|
bool running;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Daemon_Singleton();
|
Daemon_Singleton();
|
||||||
|
|
Loading…
Add table
Reference in a new issue