]> git.proxmox.com Git - mirror_lxc.git/commitdiff
c/r: bump criu patchlevel for --lsm-profile
authorTycho Andersen <tycho.andersen@canonical.com>
Fri, 11 Dec 2015 23:21:54 +0000 (16:21 -0700)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 21 Dec 2015 03:42:28 +0000 (22:42 -0500)
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>
src/lxc/criu.h

index b7d241b27a13b2cb5fafc839513e13126ca893a5..e35f98a810ad833aa860d6a2c71e3c0d968f286e 100644 (file)
 
 // 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" */