From 040fef656c2fc8e9da39d1e1bfe5833cac76eb98 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Fri, 11 Dec 2015 16:21:54 -0700 Subject: [PATCH] c/r: bump criu patchlevel for --lsm-profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Acked-by: Stéphane Graber --- src/lxc/criu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lxc/criu.h b/src/lxc/criu.h index b7d241b27..e35f98a81 100644 --- a/src/lxc/criu.h +++ b/src/lxc/criu.h @@ -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" */ -- 2.47.2