From c9d845b5183650d24b728a90dd8c60e3b50f928c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 29 Nov 2013 11:31:32 -0500 Subject: [PATCH] Update doxygen doc for previous change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: James Hunt Signed-off-by: Stéphane Graber Acked-by: Serge Hallyn --- src/lxc/lxccontainer.h | 2 ++ 1 file changed, 2 insertions(+) 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.