[CRIU] [PATCH v4 02/15] protobuf: add SysctlEntry for ipv4/ipv6 sysctl confs or some others

Pavel Emelyanov xemul at virtuozzo.com
Mon May 16 05:17:51 PDT 2016


> diff --git a/images/sysctl.proto b/images/sysctl.proto
> new file mode 100644
> index 0000000..c64789a
> --- /dev/null
> +++ b/images/sysctl.proto
> @@ -0,0 +1,11 @@
> +enum SysctlType {
> +	__CTL_STR	= 5;
> +	CTL_32		= 6;

I see no SYSCTL_TYPE__FOO-s over the patches in this set. Why?

> +}
> +
> +message sysctl_entry {
> +	required SysctlType type	= 1;
> +
> +	optional int32 iarg		= 2;
> +	optional string sarg		= 3;
> +}
> 



More information about the CRIU mailing list