# HG changeset patch # User Chris Cannam # Date 1463489571 -3600 # Node ID 42841a01662422927f69cc439f463bb918c303e1 # Parent dbc6ac3a4fe30ce4abf171f70e1c84975ed9ed0e Configuration request/response structs diff -r dbc6ac3a4fe3 -r 42841a016624 capnproto/vamp.capnp --- 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; } }