changeset 4:bdaf53bb54a7

Configuration request/response structs
author Chris Cannam
date Tue, 17 May 2016 13:52:51 +0100
parents b1ac78b99aa4
children 689bd71a5aff
files capnproto/vamp.capnp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/capnproto/vamp.capnp	Tue May 17 09:58:15 2016 +0100
+++ b/capnproto/vamp.capnp	Tue May 17 13:52:51 2016 +0100
@@ -147,6 +147,7 @@
 	load           @1  :LoadRequest;
 	configure      @2  :ConfigurationRequest;
 	process        @3  :ProcessRequest;
+	finish         @4  :Void;        # getRemainingFeatures and unload plugin
     }
 }
 
@@ -158,6 +159,7 @@
 	load           @3  :LoadResponse;
 	configure      @4  :ConfigurationResponse;
 	process        @5  :FeatureSet;
+	finish         @6  :FeatureSet;
     }
 }