diff src/protocols/simple/simple.h @ 13200:33bef17125c2

[gaim-migrate @ 15563] This is the soon-to-be-infamous nonblocking network activity patch that I've been working on. Feel free to yell at me if this makes you unhappy. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 09 Feb 2006 04:17:56 +0000
parents 891be2f09b5c
children 614c56622453
line wrap: on
line diff
--- a/src/protocols/simple/simple.h	Thu Feb 09 04:14:54 2006 +0000
+++ b/src/protocols/simple/simple.h	Thu Feb 09 04:17:56 2006 +0000
@@ -27,6 +27,7 @@
 #include <time.h>
 
 #include <cipher.h>
+#include <gaim_buffer.h>
 #include <prpl.h>
 
 #include "sipmsg.h"
@@ -84,7 +85,8 @@
 	guint resendtimeout;
 	gboolean connecting;
 	GaimAccount *account;
-	gchar *sendlater;
+	GaimCircBuffer *txbuf;
+	guint tx_handler;
 	gchar *regcallid;
 	GSList *transactions;
 	GSList *watcher;