aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h4
1 files changed, 3 insertions, 1 deletions
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;