summaryrefslogtreecommitdiffstats
path: root/src/libwindowmanager.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-12-13 12:21:55 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-12-13 12:21:55 +0100
commit949e8b8c90dfb37988b542df171c39941aee7bcb (patch)
tree4c72a5a794a6d81e8a754f561fe737cf224f2a5c /src/libwindowmanager.h
parent003cdfb640b595345b0d4d09471872c9295d0bc7 (diff)
In order to separate applications for cookies and private data the framework uses the component nss-localuser to forge specific hostnames. This commit takes it into account by allowing to specify the hostname to contact at init. Bug-AGL: SPEC-3014 Change-Id: Iabf4a5604dae2c5c5279bc0f45ccfbf3526164d5 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/libwindowmanager.h')
-rw-r--r--src/libwindowmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libwindowmanager.h b/src/libwindowmanager.h
index c9da4ca..01d889f 100644
--- a/src/libwindowmanager.h
+++ b/src/libwindowmanager.h
@@ -128,6 +128,7 @@ public:
Event_Val_Max = Event_Error
};
+ int init(char const *hostname, int port, char const *token);
int init(int port, char const *token);
int init(int port, const std::string &token);