summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2014-02-04 17:29:27 -0800
committerTingPing <TingPing@users.noreply.github.com>2014-02-04 17:29:27 -0800
commit29e01daeae94281d5c21aba01dae9123f6aa34d5 (patch)
tree9660121007954778aa804a78206c5b4b8445b33e /src/common/hexchat.h
parent9f01950bcbc85f8b3960724b6df77c3e9c111601 (diff)
parent9969282c72f838004fe3d75f06db48072b0fbfeb (diff)
Merge pull request #890 from orium/lagmeter-fixes
Lagmeter fixes
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 219c4394..7143f8ab 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -577,7 +577,7 @@ typedef struct server
 	time_t msg_last_time;
 
 	/*time_t connect_time;*/				/* when did it connect? */
-	time_t lag_sent;
+	unsigned long lag_sent;   /* we are still waiting for this ping response*/
 	time_t ping_recv;					/* when we last got a ping reply */
 	time_t away_time;					/* when we were marked away */