X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.h;h=8c2b7c9f1a04537b27f1fe0bf8aff16676344468;hb=3f367d8ef3409d3f671816d1a8e4c1504838ad7e;hp=f236937d0dbf99320b6915317246a5e42a5c118c;hpb=58a21f8f9465a20cba3fdfc3abaee866dafc245f;p=src%2Fapp-framework-binder.git diff --git a/src/afb-stub-ws.h b/src/afb-stub-ws.h index f236937d..8c2b7c9f 100644 --- a/src/afb-stub-ws.h +++ b/src/afb-stub-ws.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -39,3 +39,5 @@ extern struct afb_api_item afb_stub_ws_client_api(struct afb_stub_ws *stubws); extern int afb_stub_ws_client_add(struct afb_stub_ws *stubws, struct afb_apiset *apiset); +extern void afb_stub_ws_client_robustify(struct afb_stub_ws *stubws, struct fdev *(*reopen)(void*), void *closure, void (*release)(void*)); +