changeset 133:903abf8f3729

Error handling, and pass plugin handles through
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 16 Sep 2016 16:20:05 +0100
parents 5a09e2081515
children a9a8dce4bcda
files capnproto/vamp.capnp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/capnproto/vamp.capnp	Fri Sep 16 14:13:21 2016 +0100
+++ b/capnproto/vamp.capnp	Fri Sep 16 16:20:05 2016 +0100
@@ -136,6 +136,7 @@
 }
 
 struct ConfigurationResponse {
+#!!! now the only response type not to have the pluginHandle, so maybe it should, just for completeness
     outputs            @0  :List(OutputDescriptor);
 }