]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Update doxygen doc for previous change
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 29 Nov 2013 16:31:32 +0000 (11:31 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 29 Nov 2013 21:05:45 +0000 (16:05 -0500)
Reported-by: James Hunt <james.hunt@ubuntu.com>
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.h

index 9093de23b1a4d1aa0f1ec0375555f801cb89b97f..d57aead05bafff1d85c5f09679ab3c9ad2728e5e 100644 (file)
@@ -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.