From 949e8b8c90dfb37988b542df171c39941aee7bcb Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 13 Dec 2019 12:21:55 +0100 Subject: Handle hostname of remote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/libwindowmanager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libwindowmanager.h') 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); -- cgit 1.2.3-korg