X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=include%2Fafb%2Fafb-binding-v2.h;h=80e2385de7fb9b02f7126c7d7458588ee8039870;hb=863d6041e2ff2daa97fb1befb79dc3a69093e112;hp=17adb02e68a6edee10de9c77e92dd2b657fe741d;hpb=4be084408c6d3d7b7f90a2493829c8ce0cebb397;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-binding-v2.h b/include/afb/afb-binding-v2.h index 17adb02e..80e2385d 100644 --- a/include/afb/afb-binding-v2.h +++ b/include/afb/afb-binding-v2.h @@ -43,7 +43,7 @@ struct afb_verb_v2 { const char *verb; /* name of the verb */ void (*callback)(struct afb_req req); /* callback function implementing the verb */ - const char * permissions; /* required permissions */ + struct afb_auth *auth; /* required authorisation */ uint32_t session; /* authorisation and session requirements of the verb */ };