Implemented config key 'new_container'

This commit is contained in:
Simon Kampe
2011-03-23 16:11:46 +01:00
committed by Michael Stapelberg
parent 21c7a69812
commit 650eebc347
4 changed files with 26 additions and 9 deletions

View File

@ -92,7 +92,7 @@ struct Config {
const char *ipc_socket_path;
const char *restart_state_path;
int container_mode;
int default_layout;
int container_stack_limit;
int container_stack_limit_value;