changeset 134:a9a8dce4bcda

Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 19 Sep 2016 13:35:56 +0100
parents 903abf8f3729
children 83167b54c8a7
files capnproto/vamp.capnp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/capnproto/vamp.capnp	Fri Sep 16 16:20:05 2016 +0100
+++ b/capnproto/vamp.capnp	Mon Sep 19 13:35:56 2016 +0100
@@ -136,8 +136,8 @@
 }
 
 struct ConfigurationResponse {
-#!!! now the only response type not to have the pluginHandle, so maybe it should, just for completeness
-    outputs            @0  :List(OutputDescriptor);
+    pluginHandle       @0  :Int32;
+    outputs            @1  :List(OutputDescriptor);
 }
 
 struct ProcessRequest {