X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fdaemon.h;h=25a34f8033f3b43690b036892da17a82a4415a30;hb=6c4c397f94ec5f5df6bcc178fb5fa4e84d3505fc;hp=05679757a174fc92feda07616453e1d57d70f265;hpb=903d89e24e13938a9458b99cefe21f744e610099;p=libucw.git diff --git a/ucw/daemon.h b/ucw/daemon.h index 05679757..25a34f80 100644 --- a/ucw/daemon.h +++ b/ucw/daemon.h @@ -23,7 +23,7 @@ /** Parameters passed to the daemon helper. **/ struct daemon_params { - uns flags; // DAEMON_FLAG_xxx + uint flags; // DAEMON_FLAG_xxx const char *pid_file; // A path to PID file (optional) const char *run_as_user; // User name or "#uid" (optional) const char *run_as_group; // Group name or "#gid" (optional)