X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdaemon.h;h=dc2fd746eb39342287293041b31c76f9a15f67be;hb=244c4fe7e6cf5ae78cbe6343fe7f9b6dfc29b11a;hp=561a401577e9bbecc5614a932be298c71475ea7b;hpb=b29e5291d5e94da42e495a44ba6fa6cca2ff82b4;p=libucw.git diff --git a/ucw/daemon.h b/ucw/daemon.h index 561a4015..dc2fd746 100644 --- a/ucw/daemon.h +++ b/ucw/daemon.h @@ -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);