Commit c9d845b5 by Stéphane Graber

Update doxygen doc for previous change

parent 540f932a
...@@ -206,6 +206,7 @@ struct lxc_container { ...@@ -206,6 +206,7 @@ struct lxc_container {
* from the terminal. * from the terminal.
* *
* \param c Container. * \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. * \return \c true if container wants to be daemonised, else \c false.
*/ */
...@@ -216,6 +217,7 @@ struct lxc_container { ...@@ -216,6 +217,7 @@ struct lxc_container {
* to be closed on startup. * to be closed on startup.
* *
* \param c Container. * \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, * \return \c true if container wants all file descriptors closed,
* else \c false. * else \c false.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment