X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-binding-v2.h;fp=include%2Fafb%2Fafb-binding-v2.h;h=19bff05abfffadf0cc6c5b83b14ce5bcd9cf0c35;hb=1d24a50bda149604760cdc1fd53f65b988c61f0c;hp=80e2385de7fb9b02f7126c7d7458588ee8039870;hpb=22cba30f139a006fadb5fdf521f9c4c5bfbfac4a;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-binding-v2.h b/include/afb/afb-binding-v2.h index 80e2385d..19bff05a 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 */ - struct afb_auth *auth; /* required authorisation */ + const struct afb_auth *auth; /* required authorisation */ uint32_t session; /* authorisation and session requirements of the verb */ };