X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=proto%2Ftypes.proto;fp=proto%2Ftypes.proto;h=623dad8f862a22a87cb96dad24e42437a8bdd8f3;hp=5d82a5b9add09cd5a090d52a7f3fb168682c288f;hb=00b1f1de1f40059a26d75964408be3a13738c3d8;hpb=6754150119aaced4f7d39c2641c61d47aa84a436 diff --git a/proto/types.proto b/proto/types.proto index 5d82a5b9..623dad8f 100644 --- a/proto/types.proto +++ b/proto/types.proto @@ -53,4 +53,6 @@ message ValueList { google.protobuf.Duration interval = 3; Identifier identifier = 4; + + repeated string ds_names = 5; }