]> git.ipfire.org Git - thirdparty/lxc.git/commit
remove checkpoint / restart code
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 28 May 2009 10:10:50 +0000 (12:10 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 28 May 2009 10:10:50 +0000 (12:10 +0200)
commit3f739da8b51d141b0147b2da8502d1a2b885f878
tree50581820e9c4a9fa22a305ec16d0a0c5fdd35711
parent64e1ae63ebfeefd41ddf6857296742d02fecc30a
remove checkpoint / restart code

The checkpoint / restart code is too experimental regarding
the current implementation in the kernel.
As there are several implementation and we don't know which
one will be merged upstream, I remove the code and add a few
parameters to checkpoint.

The checkpoint/restart function will be plugins in order to choose
the CR solutions. This approach will allow to switch from one
implementation to another without breaking anything.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/arguments.h
src/lxc/checkpoint.c
src/lxc/lxc_checkpoint.c
src/lxc/restart.c