fix Linux Daemon

This commit is contained in:
root 2014-04-22 06:15:07 +02:00
parent 0b210ee99d
commit e674014efc
3 changed files with 16 additions and 7 deletions

View file

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