diff src/multi.h @ 1153:3063e6743913

[gaim-migrate @ 1163] handle the keepalives better. have ICQ force keepalives for connections, it's a bad hack but it's probably necessary for a UDP protocol. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 28 Nov 2000 04:12:06 +0000
parents f0f5c10cce63
children 04874e92af24
line wrap: on
line diff
--- a/src/multi.h	Tue Nov 28 02:22:42 2000 +0000
+++ b/src/multi.h	Tue Nov 28 04:12:06 2000 +0000
@@ -54,10 +54,10 @@
 	char password[32];
 	char g_screenname[64];
 	int options; /* same as aim_user options */
-	int keepalive;
+	guint keepalive;
 	int correction_time;
 	/* stuff needed for per-connection idle times */
-	int idle_timer;
+	guint idle_timer;
 	time_t login_time;
 	time_t lastsent;
 	int is_idle;