aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-dyn.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-11-03 13:58:33 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-11-03 13:58:33 +0100
commit913e41d02977ee045490fbdcc94979c122c6a981 (patch)
treee11ef708dfd2a565c9f58a3daacc9fa7d98030f3 /src/afb-api-dyn.h
parent7ffecab08bf91e26ffedb393d9b8cb6151e2b836 (diff)
Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2
Change-Id: Ia108b23b9480bb32f27127ef00c18086fcf86752 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-api-dyn.h')
-rw-r--r--src/afb-api-dyn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-api-dyn.h b/src/afb-api-dyn.h
index 35464c6e..21626eed 100644
--- a/src/afb-api-dyn.h
+++ b/src/afb-api-dyn.h
@@ -40,6 +40,7 @@ extern int afb_api_dyn_add(
struct afb_apiset *apiset,
const char *name,
const char *info,
+ int noconcurrency,
int (*preinit)(void*, struct afb_dynapi*),
void *closure);