X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-daemon-common.h;h=b78f9af98d8535a6d53d2b7ccbced56cded84307;hb=59cd34b59853f6a47e756d7ab5bc0329f40a471c;hp=5faf575896fd506110a17d70b08d7a222ddf8860;hpb=325e6a7f034c80562096d60ab01f2e4532eea98c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-daemon-common.h b/include/afb/afb-daemon-common.h index 5faf5758..b78f9af9 100644 --- a/include/afb/afb-daemon-common.h +++ b/include/afb/afb-daemon-common.h @@ -24,6 +24,7 @@ struct sd_event; struct sd_bus; struct afb_stored_req; struct afb_req; +struct afb_dynapi; /* * Definition of the facilities provided by the daemon. @@ -43,6 +44,7 @@ struct afb_daemon_itf struct afb_req (*unstore_req)(void*closure, struct afb_stored_req *sreq); int (*require_api)(void*closure, const char *name, int initialized); int (*rename_api)(void*closure, const char *name); + int (*new_api)(void *closure, const char *api, const char *info, int (*preinit)(void*, struct afb_dynapi *), void *preinit_closure); }; /*