* Daemon.h : use boolean variables for flags

pull/326/head
hagen 8 years ago
parent 9611f80a39
commit c5f6a690de

@ -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…
Cancel
Save