From 9a304ebddac4deb4992ea931ea1131b639798b3b Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 22 Sep 2017 15:22:54 +0200 Subject: Allow pure dynamic bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Activates the new internal interfaces Change-Id: I8f51cd271f66a0216ffdf03626300bb5964a70f9 Signed-off-by: José Bollo --- include/afb/afb-binding-vdyn.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/afb/afb-binding-vdyn.h') diff --git a/include/afb/afb-binding-vdyn.h b/include/afb/afb-binding-vdyn.h index 6e7a0815..a3063a75 100644 --- a/include/afb/afb-binding-vdyn.h +++ b/include/afb/afb-binding-vdyn.h @@ -25,6 +25,14 @@ #include "afb-request.h" #include "afb-dynapi.h" +/* + * The function afbBindingVdyn if exported allows to create + * pure dynamic bindings. When the binding is loaded, it receives + * a virtual dynapi that can be used to create apis. The + * given API can not be used except for creating dynamic apis. + */ +extern int afbBindingVdyn(struct afb_dynapi *dynapi); + /* * Macros for logging messages */ -- cgit 1.2.3-korg