From b88a60ecfe8d1945661f2fd08a00bc3ccdf2b8c8 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 9 Oct 2014 10:21:01 +0000 Subject: [PATCH] Daemon: Only fixed a comment. --- ucw/daemon-ctrl.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2