comparison 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
comparison
equal deleted inserted replaced
13199:d8f238864c88 13200:33bef17125c2
25 25
26 #include <glib.h> 26 #include <glib.h>
27 #include <time.h> 27 #include <time.h>
28 28
29 #include <cipher.h> 29 #include <cipher.h>
30 #include <gaim_buffer.h>
30 #include <prpl.h> 31 #include <prpl.h>
31 32
32 #include "sipmsg.h" 33 #include "sipmsg.h"
33 34
34 #define SIMPLE_BUF_INC 1024 35 #define SIMPLE_BUF_INC 1024
82 GHashTable *buddies; 83 GHashTable *buddies;
83 guint registertimeout; 84 guint registertimeout;
84 guint resendtimeout; 85 guint resendtimeout;
85 gboolean connecting; 86 gboolean connecting;
86 GaimAccount *account; 87 GaimAccount *account;
87 gchar *sendlater; 88 GaimCircBuffer *txbuf;
89 guint tx_handler;
88 gchar *regcallid; 90 gchar *regcallid;
89 GSList *transactions; 91 GSList *transactions;
90 GSList *watcher; 92 GSList *watcher;
91 GSList *openconns; 93 GSList *openconns;
92 gboolean udp; 94 gboolean udp;