2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 14:42:03 +00:00

c/r: bump criu patchlevel for --lsm-profile

This option is only available in recent master of criu, so let's require
that since we're using it.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Tycho Andersen 2015-12-11 16:21:54 -07:00 committed by Stéphane Graber
parent 13389b2963
commit 040fef656c

View File

@ -29,10 +29,10 @@
// We require either the criu major/minor version, or the criu GITID if criu
// was built from git.
#define CRIU_VERSION "1.8"
#define CRIU_VERSION "1.9"
#define CRIU_GITID_VERSION "1.7"
#define CRIU_GITID_PATCHLEVEL 371
#define CRIU_GITID_VERSION "1.8"
#define CRIU_GITID_PATCHLEVEL 21
struct criu_opts {
/* The type of criu invocation, one of "dump" or "restore" */