diff options
author | TingPing <TingPing@users.noreply.github.com> | 2014-02-04 17:29:27 -0800 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2014-02-04 17:29:27 -0800 |
commit | 29e01daeae94281d5c21aba01dae9123f6aa34d5 (patch) | |
tree | 9660121007954778aa804a78206c5b4b8445b33e /src/common/hexchat.h | |
parent | 9f01950bcbc85f8b3960724b6df77c3e9c111601 (diff) | |
parent | 9969282c72f838004fe3d75f06db48072b0fbfeb (diff) |
Merge pull request #890 from orium/lagmeter-fixes
Lagmeter fixes
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 2 |
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 */ |