mirror of
git://github.com/lxc/lxc
synced 2025-08-31 19:24:04 +00:00
conf: lxchook_names
non-functional changes Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@@ -234,8 +234,9 @@ static int memfd_create(const char *name, unsigned int flags) {
|
||||
extern int memfd_create(const char *name, unsigned int flags);
|
||||
#endif
|
||||
|
||||
char *lxchook_names[NUM_LXC_HOOKS] = {
|
||||
"pre-start", "pre-mount", "mount", "autodev", "start", "stop", "post-stop", "clone", "destroy" };
|
||||
char *lxchook_names[NUM_LXC_HOOKS] = {"pre-start", "pre-mount", "mount",
|
||||
"autodev", "start", "stop",
|
||||
"post-stop", "clone", "destroy"};
|
||||
|
||||
typedef int (*instantiate_cb)(struct lxc_handler *, struct lxc_netdev *);
|
||||
|
||||
|
Reference in New Issue
Block a user