X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-request-itf.h;h=9e55a361afd9a2604b3e59de379ce5b6bbbe6f2a;hb=325e6a7f034c80562096d60ab01f2e4532eea98c;hp=a5c3f82a2055a8c34f05fc8460d0d5bfcc5e829d;hpb=1874271ce06622664e3513e5335b29de2c55ace6;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-request-itf.h b/include/afb/afb-request-itf.h index a5c3f82a..9e55a361 100644 --- a/include/afb/afb-request-itf.h +++ b/include/afb/afb-request-itf.h @@ -171,5 +171,14 @@ struct afb_request_itf int (*unsubscribe_eventid)( struct afb_request *request, struct afb_eventid *eventid); + + void (*subcall_request)( + struct afb_request *request, + const char *api, + const char *verb, + struct json_object *args, + void (*callback)(void*, int, struct json_object*, struct afb_request *request), + void *cb_closure); + };