diff libpurple/protocols/qq/qq.h @ 24093:22745e6a3136

disapproval of revision '5316525f53e27f838d18a6a08b82c7d55f674591'
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 15 Sep 2008 03:03:33 +0000
parents d4e0b7c484b1
children 5c030dc88356
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.h	Thu Sep 11 13:34:33 2008 +0000
+++ b/libpurple/protocols/qq/qq.h	Mon Sep 15 03:03:33 2008 +0000
@@ -44,7 +44,6 @@
 typedef struct _qq_data qq_data;
 typedef struct _qq_buddy qq_buddy;
 typedef struct _qq_interval qq_interval;
-typedef struct _qq_net_stat qq_net_stat;
 
 struct _qq_interval {
 	gint resend;
@@ -52,14 +51,6 @@
 	gint update;
 };
 
-struct _qq_net_stat {
-	glong sent;
-	glong resend;
-	glong lost;
-	glong rcved;
-	glong rcved_dup;
-};
-
 struct _qq_buddy {
 	guint32 uid;
 	guint16 face;		/* index: 0 - 299 */
@@ -105,7 +96,6 @@
 	gint udp_can_write_handler; 	/* socket can_write handle, use in udp connecting and tcp send out */
 #endif
 	gint fd;							/* socket file handler */
-	qq_net_stat net_stat;
 
 	GList *servers;
 	gchar *curr_server;		/* point to servers->data, do not free*/
@@ -119,7 +109,6 @@
 	qq_interval itv_config;
 	qq_interval itv_count;
 	guint network_watcher;
-	gint resend_times;
 
 	GList *transactions;	/* check ack packet and resend */