X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=proto%2Ftypes.proto;fp=proto%2Ftypes.proto;h=5d82a5b9add09cd5a090d52a7f3fb168682c288f;hp=4a852e42de37b19fca66a58f5ba586f6f4c9afbc;hb=6754150119aaced4f7d39c2641c61d47aa84a436;hpb=dc6f54ccc87c5ae63d29f05eca91714ade689691 diff --git a/proto/types.proto b/proto/types.proto index 4a852e42..5d82a5b9 100644 --- a/proto/types.proto +++ b/proto/types.proto @@ -47,7 +47,7 @@ message Value { } message ValueList { - repeated Value value = 1; + repeated Value values = 1; google.protobuf.Timestamp time = 2; google.protobuf.Duration interval = 3;