From: Stéphane Graber Date: Fri, 29 Nov 2013 16:31:32 +0000 (-0500) Subject: Update doxygen doc for previous change X-Git-Tag: lxc-1.0.0.beta1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d845b5183650d24b728a90dd8c60e3b50f928c;p=thirdparty%2Flxc.git Update doxygen doc for previous change Reported-by: James Hunt Signed-off-by: Stéphane Graber Acked-by: Serge Hallyn --- diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h index 9093de23b..d57aead05 100644 --- a/src/lxc/lxccontainer.h +++ b/src/lxc/lxccontainer.h @@ -206,6 +206,7 @@ struct lxc_container { * from the terminal. * * \param c Container. + * \param state Value for the daemonize bit (0 or 1). * * \return \c true if container wants to be daemonised, else \c false. */ @@ -216,6 +217,7 @@ struct lxc_container { * to be closed on startup. * * \param c Container. + * \param state Value for the close_all_fds bit (0 or 1). * * \return \c true if container wants all file descriptors closed, * else \c false.