[CRIU] [PATCH 2/2] img: Introduce v1.1 images
Cyrill Gorcunov
gorcunov at gmail.com
Tue Mar 31 05:43:49 PDT 2015
On Tue, Mar 31, 2015 at 03:30:36PM +0300, Pavel Emelyanov wrote:
> --- a/include/magic.h
> +++ b/include/magic.h
> @@ -6,6 +6,11 @@
> */
>
> #define CRTOOLS_IMAGES_V1 1
> +/*
> + * v1.1 has common magic in the head of each image file,
> + * except for inventory, stats and irmap-cache
> + */
> +#define CRTOOLS_IMAGES_V1_1 2
#define CRTOOLS_IMAGES_V2 2
would be more natural here.
More information about the CRIU
mailing list