Searched defs:config_hook (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/ |
H A D | confile.c | 79 static int config_hook(const char *, const char *, struct lxc_conf *lxc_conf); 139 { "lxc.hook.pre-start", config_hook }, 140 { "lxc.hook.pre-mount", config_hook }, 141 { "lxc.hook.mount", config_hook }, 142 { "lxc.hook.autodev", config_hook }, 143 { "lxc.hook.start", config_hook }, 144 { "lxc.hook.stop", config_hook }, 145 { "lxc.hook.post-stop", config_hook }, 146 { "lxc.hook.clone", config_hook }, 147 { "lxc.hook.destroy", config_hook }, 1090 static int config_hook(const char *key, const char *value, function [all...] |
Completed in 10 milliseconds