aboutsummaryrefslogtreecommitdiffstats
path: root/src/export-afbwsc.map
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-10-11 13:12:57 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-11 17:06:46 +0200
commit0033c7c16a48819447b3a5273ebb2be99be74352 (patch)
tree20b9bd2284d669ecdc282713220cc60e9b823455 /src/export-afbwsc.map
parentf11c11123f8cc43fc6e810b6c3dd911eb697826e (diff)
libafbwsc: add function 'afb_ws_client_connect_api'
This function allows to connect to an API exported by the binder. The demo program afb-client-demo is modified to integrate on option that direct API connection. Example: server: afb-daemon --ws-server unix:hello client: afb-client-demo -d -H unix:hello Change-Id: Id9f857a453c406df1c4b36eb25fb5e833a938c3d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/export-afbwsc.map')
-rw-r--r--src/export-afbwsc.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/export-afbwsc.map b/src/export-afbwsc.map
index c775a16f..359315ea 100644
--- a/src/export-afbwsc.map
+++ b/src/export-afbwsc.map
@@ -1,7 +1,9 @@
{
global:
afb_ws_client_connect_wsj1;
+ afb_ws_client_connect_api;
afb_wsj1_*;
+ afb_proto_ws_*;
afb_common_*;
local:
*;