Skip to content

Commit

Permalink
criu: opts -- Shuffle init_opts order
Browse files Browse the repository at this point in the history
To match them in struct cr_options declaration.
No func change.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
  • Loading branch information
Cyrill Gorcunov authored and xemul committed Apr 6, 2016
1 parent 0a5e511 commit e3d9167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion criu/crtools.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ void init_opts(void)
INIT_LIST_HEAD(&opts.veth_pairs);
INIT_LIST_HEAD(&opts.scripts);
INIT_LIST_HEAD(&opts.ext_mounts);
INIT_LIST_HEAD(&opts.join_ns);
INIT_LIST_HEAD(&opts.inherit_fds);
INIT_LIST_HEAD(&opts.external);
INIT_LIST_HEAD(&opts.join_ns);
INIT_LIST_HEAD(&opts.new_cgroup_roots);
INIT_LIST_HEAD(&opts.irmap_scan_paths);

Expand Down

0 comments on commit e3d9167

Please sign in to comment.