From: Pavel Charvat Date: Thu, 9 Oct 2014 10:21:01 +0000 (+0000) Subject: Daemon: Only fixed a comment. X-Git-Tag: v6.1.1~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b88a60ecfe8d1945661f2fd08a00bc3ccdf2b8c8;p=libucw.git Daemon: Only fixed a comment. --- diff --git a/ucw/daemon-ctrl.c b/ucw/daemon-ctrl.c index baaf9725..c628fd6b 100644 --- a/ucw/daemon-ctrl.c +++ b/ucw/daemon-ctrl.c @@ -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)