diff src/protocols/oscar/aim.h @ 11214:751de30689ef

[gaim-migrate @ 13346] Bug fix for OSCAR file transfer timeouts. Also, aim_get_command now accepts zero as a valid fd; this was necessary to get this fix to work in HEAD. committer: Tailor Script <tailor@pidgin.im>
author Jonathan Clark <ardentlygnarly>
date Tue, 09 Aug 2005 00:25:39 +0000
parents 1ce573a2e125
children 7d31d61e6438
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Mon Aug 08 21:43:44 2005 +0000
+++ b/src/protocols/oscar/aim.h	Tue Aug 09 00:25:39 2005 +0000
@@ -925,6 +925,7 @@
 	fu16_t port;
 	aim_conn_t *conn;
 	aim_session_t *sess;
+	int success; /* Was the connection successful? Used for timing out the transfer. */
 	struct aim_fileheader_t fh;
 	struct aim_oft_info *next;
 };