X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=proto%2Fcollectd.proto;fp=proto%2Fcollectd.proto;h=4bc3501345321dce50c27bd0090c59e9155d9aaa;hp=5134dbfdc15f037c27a36335be176dbd55063ce1;hb=6754150119aaced4f7d39c2641c61d47aa84a436;hpb=dc6f54ccc87c5ae63d29f05eca91714ade689691 diff --git a/proto/collectd.proto b/proto/collectd.proto index 5134dbfd..4bc35013 100644 --- a/proto/collectd.proto +++ b/proto/collectd.proto @@ -38,7 +38,7 @@ service Collectd { // The arguments to DispatchValues. message DispatchValuesRequest { - collectd.types.ValueList values = 1; + collectd.types.ValueList value_list = 1; } // The response from DispatchValues. @@ -55,5 +55,5 @@ message QueryValuesRequest { // The response from QueryValues. message QueryValuesReply { - repeated collectd.types.ValueList values = 1; + repeated collectd.types.ValueList value_lists = 1; }