changeset 13:16307ce446e2 noexcept

input -> processInput, to align with JSON
author Chris Cannam
date Wed, 21 Sep 2016 12:59:35 +0100
parents bae6b03e1271
children c2c5aa00f165
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 {