[CRIU] [PATCH 02/11] images: sk-packet -- Reserve data for netlink queue support

Andrey Vagin avagin at virtuozzo.com
Wed Sep 14 06:02:21 PDT 2016


Acked-by: Andrey Vagin <avagin at virtuozzo.com>

On Tue, Aug 02, 2016 at 06:34:28PM +0300, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  images/sk-packet.proto | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/images/sk-packet.proto b/images/sk-packet.proto
> index 5f61c73763fe..c6b5cef06bce 100644
> --- a/images/sk-packet.proto
> +++ b/images/sk-packet.proto
> @@ -3,4 +3,7 @@ syntax = "proto2";
>  message sk_packet_entry {
>  	required uint32		id_for		= 1;
>  	required uint32		length		= 2;
> +
> +	/* Reserve for netlink queue support */
> +	optional bytes		addr		= 3;
>  }
> -- 
> 2.7.4
> 


More information about the CRIU mailing list