aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-binding-v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afb/afb-binding-v2.h')
-rw-r--r--include/afb/afb-binding-v2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afb/afb-binding-v2.h b/include/afb/afb-binding-v2.h
index d869dc6e..b949a2d7 100644
--- a/include/afb/afb-binding-v2.h
+++ b/include/afb/afb-binding-v2.h
@@ -60,6 +60,7 @@ struct afb_binding_v2
int (*init)(struct afb_daemon daemon);
int (*start)(struct afb_service service);
void (*onevent)(struct afb_service service, const char *event, struct json_object *object);
+ unsigned concurrent: 1; /* allows concurrent requests to verbs */
};
/*