X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=proto%2Ftypes.proto;h=623dad8f862a22a87cb96dad24e42437a8bdd8f3;hb=610204218564e01513607a0f077c33145f2b41f7;hp=6e6714b6ce8aec1dd1a7c29ab81607b0841322a6;hpb=677a95a9e4d0adf7ebd2beb3820e5ef1116c32cf;p=collectd.git diff --git a/proto/types.proto b/proto/types.proto index 6e6714b6..623dad8f 100644 --- a/proto/types.proto +++ b/proto/types.proto @@ -1,5 +1,5 @@ // collectd - proto/types.proto -// Copyright (C) 2015 Sebastian Harl +// Copyright (C) 2015-2016 Sebastian Harl // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), @@ -47,10 +47,12 @@ message Value { } message ValueList { - repeated Value value = 1; + repeated Value values = 1; google.protobuf.Timestamp time = 2; google.protobuf.Duration interval = 3; Identifier identifier = 4; + + repeated string ds_names = 5; }