Commit 040fef65 by Tycho Andersen Committed by Stéphane Graber

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: 's avatarTycho Andersen <tycho.andersen@canonical.com> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 13389b29
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
// We require either the criu major/minor version, or the criu GITID if criu // We require either the criu major/minor version, or the criu GITID if criu
// was built from git. // was built from git.
#define CRIU_VERSION "1.8" #define CRIU_VERSION "1.9"
#define CRIU_GITID_VERSION "1.7" #define CRIU_GITID_VERSION "1.8"
#define CRIU_GITID_PATCHLEVEL 371 #define CRIU_GITID_PATCHLEVEL 21
struct criu_opts { struct criu_opts {
/* The type of criu invocation, one of "dump" or "restore" */ /* The type of criu invocation, one of "dump" or "restore" */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment