X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api.h;h=dd5d4e0cfce1b4fd5332c38e80240ddae8f7d202;hb=f2e72e1858d0be1a9cf3c0c4263f0bd81570d0e8;hp=1a149886113a9be37f16c2a778094637d1b2c66f;hpb=91b744a510bbf41526f0931df2320379bec87c38;p=src%2Fapp-framework-binder.git 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);