X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FDaemon.hh;h=38aed48ac31afa39bc1f6481dc756c332766f864;hb=b22425f29e4e101079eb18b97ab70ba186ae4a87;hp=205dcadcfaf0eda033ce3c68538f0a7f54635836;hpb=17e24d84603667395e9ffa786a9cdbb722bf9c1f;p=senf.git diff --git a/Scheduler/Daemon.hh b/Scheduler/Daemon.hh index 205dcad..38aed48 100644 --- a/Scheduler/Daemon.hh +++ b/Scheduler/Daemon.hh @@ -106,7 +106,7 @@ namespace senf { When running in the foreground, the log files will be ignored. */ - void pidFile(std::string, bool unique = true); ///< Configure pid file + void pidFile(std::string); ///< Configure pid file ///\} ///\name Auxiliary helpers @@ -161,7 +161,7 @@ namespace senf { private: void fork(); - void pidfileCreate(); + bool pidfileCreate(); int argc_; char const ** argv_; @@ -170,7 +170,6 @@ namespace senf { int stdout_; int stderr_; std::string pidfile_; - bool unique_; bool detached_; };