X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FDaemon%2FDaemon.hh;h=2a0ee697b167e16292c6297096669d4517b6f58e;hb=d2459b6c8249291588fd3d0d125ed3d38e003b55;hp=30d6b242ceceb93ffbdfe1a27a465478da4ce102;hpb=1aa319962e09f32d2dfd612ca1854e8d85e443ba;p=senf.git diff --git a/Utils/Daemon/Daemon.hh b/Utils/Daemon/Daemon.hh index 30d6b24..2a0ee69 100644 --- a/Utils/Daemon/Daemon.hh +++ b/Utils/Daemon/Daemon.hh @@ -209,6 +209,7 @@ namespace senf { int stdout_; int stderr_; std::string pidfile_; + bool pidfileCreated_; bool detached_; };