]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/lxccontainer.h
github: Update for main branch
[mirror_lxc.git] / src / lxc / lxccontainer.h
index 1229a1f3491df3cc445824a49b4e72ad33d86217..3386bfff6d20c1b97ad7fa38d9f082b3343799e2 100644 (file)
@@ -223,7 +223,8 @@ struct lxc_container {
 
        /*!
         * \brief Change whether the container wishes all file descriptors
-        *  to be closed on startup.
+        *  to be closed on startup. The LISTEN_FDS environment variable
+        *  can be set to keep inherited file descriptors open.
         *
         * \param c Container.
         * \param state Value for the close_all_fds bit (0 or 1).