diff src/connection.h @ 6393:74ca311ceb2a

[gaim-migrate @ 6898] This manages to not make jabber (and maybe others) not crash on connection errors and stuff. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 06 Aug 2003 14:33:58 +0000
parents 0922bb7a7bbc
children ff4551719cc7
line wrap: on
line diff
--- a/src/connection.h	Wed Aug 06 11:38:57 2003 +0000
+++ b/src/connection.h	Wed Aug 06 14:33:58 2003 +0000
@@ -83,6 +83,7 @@
 	                                  this here?)                        */
 
 	gboolean wants_to_die;	     /**< Wants to Die state.                */
+	guint disconnect_timeout;    /**< Timer used for nasty stack tricks  */
 };
 
 #ifdef __cplusplus