This commit is contained in:
Sammael 2018-05-24 22:06:04 +00:00 committed by GitHub
commit 947e79de8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 264 additions and 129 deletions

View file

@ -17,7 +17,7 @@ namespace util
virtual bool init(int argc, char* argv[]);
virtual bool start();
virtual bool stop();
virtual void run () {};
virtual void run () { };
bool isDaemon;
bool running;