Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
struct lxc_terminal console;
struct lxc_rootfs rootfs;
char *ttydir;
- int close_all_fds;
+ bool close_all_fds;
struct {
unsigned int hooks_version;
int force;
/* close fds from parent? */
- int close_all_fds;
+ bool close_all_fds;
/* lxc-create */
char *bdevtype, *configfile, *template;
args->rcfile = arg;
break;
case 'C':
- args->close_all_fds = 1;
+ args->close_all_fds = true;
break;
case 's':
return lxc_config_define_add(&defines, arg);