Socket/Protocols/INet: Allow socket address string representation to omit the address...
[senf.git] / Utils / Daemon / Daemon.hh
index 30d6b24..2a0ee69 100644 (file)
@@ -209,6 +209,7 @@ namespace senf {
         int stdout_;
         int stderr_;
         std::string pidfile_;
+        bool pidfileCreated_;
 
         bool detached_;
     };