]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/criu.c
c/r: rearrange things to pass struct migrate_opts all the way down
authorTycho Andersen <tycho.andersen@canonical.com>
Fri, 6 May 2016 18:19:16 +0000 (18:19 +0000)
committerTycho Andersen <tycho.andersen@canonical.com>
Tue, 10 May 2016 22:26:20 +0000 (16:26 -0600)
commitb2c3710f7485a6f8ae90bc79e25b408de075bcc4
tree0fb638ee20ce7f19aac05ca025b06232d7b1b3b0
parent9504f141c23b1b81dece34c4f74d597b4d81be86
c/r: rearrange things to pass struct migrate_opts all the way down

If we don't do this, we'll end up changing the function signatures for the
internal __criu_* functions each time we add a new parameter, which will
get very annoying very quickly. Since we already have the user's arguments
struct, let's just pass that all the way down.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
src/lxc/criu.c
src/lxc/criu.h
src/lxc/lxccontainer.c