X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api.h;h=dd5d4e0cfce1b4fd5332c38e80240ddae8f7d202;hb=fe4d14b25cc4ca9aa10948fd014205eef4e2a3b1;hp=c8cb2d6510eb7bd25cf3facb231566a7c3f437f2;hpb=d597a7dd81bbb83a0442345c547b3317839994cf;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api.h b/src/afb-api.h index c8cb2d65..dd5d4e0c 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; + const void *group; }; extern int afb_api_is_valid_name(const char *name);