summaryrefslogtreecommitdiffstats
path: root/src/afb-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-api.h')
-rw-r--r--src/afb-api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-api.h b/src/afb-api.h
index c8cb2d65..1a149886 100644
--- a/src/afb-api.h
+++ b/src/afb-api.h
@@ -35,6 +35,7 @@ struct afb_api
{
void *closure;
struct afb_api_itf *itf;
+ unsigned noconcurrency: 1;
};
extern int afb_api_is_valid_name(const char *name);