]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/daemon.h
Daemon: daemon_control() finished
[libucw.git] / ucw / daemon.h
index 561a401577e9bbecc5614a932be298c71475ea7b..dc2fd746eb39342287293041b31c76f9a15f67be 100644 (file)
@@ -85,7 +85,7 @@ enum daemon_control_action {
  * * `DAEMON_STATUS_ALREADY_DONE` if the daemon is already in the requested state
  * * `DAEMON_STATUS_NOT_RUNNING` if the action failed, because the daemon is not running
  * * `DAEMON_STATUS_ERROR` if the action failed for some other reason (in this case,
- *   the error_msg field contains a full error message)
+ *   `dc->error_msg` contains a full error message)
  **/
 enum daemon_control_status daemon_control(struct daemon_control_params *dc);