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

/lxc/src/lxc/
H A Dlxccontainer.h301 bool (*save_config)(struct lxc_container *c, const char *alt_file); member in struct:lxc_container
/lxc/src/lua-lxc/
H A Dlxc.lua247 function container:save_config(alt_path)
249 return self.core:save_config(alt_path)
251 return self.core:save_config()

Completed in 7 milliseconds