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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-api.h b/src/afb-api.h
index 1a149886..dd5d4e0c 100644
--- a/src/afb-api.h
+++ b/src/afb-api.h
@@ -35,7 +35,7 @@ struct afb_api
{
void *closure;
struct afb_api_itf *itf;
- unsigned noconcurrency: 1;
+ const void *group;
};
extern int afb_api_is_valid_name(const char *name);