Make single afb_request_subcall
[src/app-framework-binder.git] / include / afb / afb-request-itf.h
index a5c3f82..9e55a36 100644 (file)
@@ -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);
+
 };