Searched defs:lxc_container (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.h61 struct lxc_container { struct
128 bool (*is_defined)(struct lxc_container *c);
139 const char *(*state)(struct lxc_container *c);
148 bool (*is_running)(struct lxc_container *c);
157 bool (*freeze)(struct lxc_container *c);
166 bool (*unfreeze)(struct lxc_container *c);
176 pid_t (*init_pid)(struct lxc_container *c);
187 bool (*load_config)(struct lxc_container *c, const char *alt_file);
198 bool (*start)(struct lxc_container *c, int useinit, char * const argv[]);
213 bool (*startl)(struct lxc_container *
[all...]

Completed in 594 milliseconds