]> mj.ucw.cz Git - libucw.git/commitdiff
Daemon: Only fixed a comment.
authorPavel Charvat <pchar@ucw.cz>
Thu, 9 Oct 2014 10:21:01 +0000 (10:21 +0000)
committerPavel Charvat <pchar@ucw.cz>
Thu, 9 Oct 2014 10:21:01 +0000 (10:21 +0000)
ucw/daemon-ctrl.c

index baaf9725c4d822130efe466cfb0cb1f12aec6612..c628fd6bcaec99b836fb4c8234b097a8739359dc 100644 (file)
@@ -39,6 +39,7 @@ daemon_read_pid(struct daemon_control_params *dc, int will_wait, int *pidp)
 {
   // Possible results:
   // -- DAEMON_STATUS_ERROR, pid == 0
+  // -- DAEMON_STATUS_STALE, pid == 0
   // -- DAEMON_STATUS_NOT_RUNNING, pid == 0
   // -- DAEMON_STATUS_OK, pid > 0
   // -- DAEMON_STATUS_OK, pid == 0 (flocked, but no pid available during start or stop)