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