X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api.h;fp=src%2Fafb-api.h;h=1a149886113a9be37f16c2a778094637d1b2c66f;hb=46ac3bf9554a75e137d5209d27160c1137d42302;hp=c8cb2d6510eb7bd25cf3facb231566a7c3f437f2;hpb=2e83db0375d44c0b05742e787f6abd4127e2aac8;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);