X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.c;h=083f72b4d678831d4c095fc3346736bf96b0694a;hb=d7933c0f61a3316cc3d1ca7e74d30e193de2f612;hp=1f0a3e682e79a8208b1802ba40a954a81013dcec;hpb=f51249605057fcb4441db7e92c34e37a48d7cf1d;p=src%2Fapp-framework-binder.git diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 1f0a3e68..083f72b4 100644 --- a/src/afb-stub-ws.c +++ b/src/afb-stub-ws.c @@ -543,12 +543,12 @@ static void on_describe(void *closure, struct afb_proto_ws_describe *describe) /*****************************************************/ static const struct afb_proto_ws_client_itf client_itf = -{ +{ .on_reply_success = on_reply_success, .on_reply_fail = on_reply_fail, .on_event_create = on_event_create, .on_event_remove = on_event_remove, - .on_event_subscribe = on_event_subscribe, + .on_event_subscribe = on_event_subscribe, .on_event_unsubscribe = on_event_unsubscribe, .on_event_push = on_event_push, .on_event_broadcast = on_event_broadcast,