X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ws-client.c;h=e29eadb7a91c4443cf0793622ddadb1237081a1e;hb=10aa15afc5bc7321d0049823dd173dda11ff3724;hp=a0c37f31317dbdd975b684b494fd3f836fb91699;hpb=df67c029363f6d42a3e91cd62774c74b3ef66670;p=src%2Fapp-framework-binder.git diff --git a/src/afb-ws-client.c b/src/afb-ws-client.c index a0c37f31..e29eadb7 100644 --- a/src/afb-ws-client.c +++ b/src/afb-ws-client.c @@ -499,6 +499,7 @@ static int get_socket(const char *uri) } return fd; } + /* * Establish a websocket-like client connection to the API of 'uri' and if successful * instantiate a client afb_proto_ws websocket for this API using 'itf' and 'closure'.