diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-08-19 12:09:09 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-08-19 16:14:36 +0300 |
commit | 58eebeba6beb38861add052b9f4641f85906c8f1 (patch) | |
tree | 3653a3abb5ea9e5f11534e2b8f70f3eeb4d1f042 /src/hs-proxy.h | |
parent | 60bc3bb15799c2443bc8074c9cb23317e2784d77 (diff) |
hs-proxy: Hand over the hs_instance to AfmMainProxy
Bug-AGL: SPEC-3524
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I80a7bac4244e62f49ab4bf068476ad4e888085f1
Diffstat (limited to 'src/hs-proxy.h')
-rw-r--r-- | src/hs-proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hs-proxy.h b/src/hs-proxy.h index 8741e49..4016032 100644 --- a/src/hs-proxy.h +++ b/src/hs-proxy.h @@ -28,7 +28,7 @@ struct HS_AfmMainProxy { int detail(afb_api_t api, const std::string &id, struct json_object **object); // asynchronous call, reply in callback function - void start(afb_req_t request, const std::string &id); + void start(struct hs_instance *hs_instance, afb_req_t request, const std::string &id); }; -#endif // HOMESCREEN_PROXY_H
\ No newline at end of file +#endif // HOMESCREEN_PROXY_H |