libpurple/protocols/bonjour/jabber.h

changeset 39639
fe7fa102e766
parent 39638
635c8b6ca9a9
child 39656
378ed2b4e242
--- a/libpurple/protocols/bonjour/jabber.h	Sun Jun 30 03:04:55 2019 -0400
+++ b/libpurple/protocols/bonjour/jabber.h	Tue Jul 02 02:12:08 2019 -0400
@@ -43,7 +43,10 @@
 
 typedef struct
 {
-	gint socket;
+	GCancellable *cancellable;
+	GSocketConnection *socket;
+	GInputStream *input;
+	GOutputStream *output;
 	guint rx_handler;
 	guint tx_handler;
 	guint close_timeout;

mercurial