changeset 136:233327e4956f

input -> processInput, to align with JSON
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 21 Sep 2016 12:59:35 +0100
parents 83167b54c8a7
children d3471fff41ce d0ab0cdc787c
files capnproto/vamp.capnp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/capnproto/vamp.capnp	Mon Sep 19 14:48:43 2016 +0100
+++ b/capnproto/vamp.capnp	Wed Sep 21 12:59:35 2016 +0100
@@ -142,7 +142,7 @@
 
 struct ProcessRequest {
     pluginHandle       @0  :Int32;
-    input              @1  :ProcessInput;
+    processInput       @1  :ProcessInput;
 }
 
 struct ProcessResponse {