diff capnproto/vamp.capnp @ 55:38780f15ac8d

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 e90fd30990eb
children 0ea374ea96a2
line wrap: on
line diff
--- a/capnproto/vamp.capnp	Fri Sep 16 16:34:00 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 {