From 19806c1467b71d49881a9d76e28f3c656312e77b Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Tue, 13 Oct 2009 14:09:21 +0200 Subject: added multiple clients per socket support and --connect-socket argument --- uzbl-core.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'uzbl-core.h') diff --git a/uzbl-core.h b/uzbl-core.h index f0b60ab..12c1716 100644 --- a/uzbl-core.h +++ b/uzbl-core.h @@ -81,7 +81,8 @@ typedef struct { GHashTable *proto_var; gchar *sync_stdout; - GIOChannel *clientchan; + GIOChannel *connect_chan; + GPtrArray *client_chan; } Communication; @@ -98,6 +99,7 @@ typedef struct { gchar* searchtx; gboolean verbose; GPtrArray *event_buffer; + gchar* connect_socket_name; } State; -- cgit v1.2.3