[lxc-devel] [PATCH] Update doxygen doc for previous change

Stéphane Graber stgraber at ubuntu.com
Fri Nov 29 16:32:40 UTC 2013


Reported-by: James Hunt <james.hunt at ubuntu.com>
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 src/lxc/lxccontainer.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h
index 8333610..ed340e2 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.
-- 
1.8.4.4





More information about the lxc-devel mailing list