Merge pull request #890 from orium/lagmeter-fixes

Lagmeter fixes
This commit is contained in:
TingPing
2014-02-04 17:29:27 -08:00
7 changed files with 23 additions and 19 deletions

View File

@@ -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 */