diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-13 20:52:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-15 01:40:31 +0300 |
commit | 7904cecc22e4008f7862eaad8162a72a28595521 (patch) | |
tree | f1046f098157a6cb4061083cc6ac1f74c7b39f14 /src/common/socket.h | |
parent | dcf07d8a47221b92942f5c62d3d64ab9f86b8f8c (diff) | |
download | hercules-7904cecc22e4008f7862eaad8162a72a28595521.tar.gz hercules-7904cecc22e4008f7862eaad8162a72a28595521.tar.bz2 hercules-7904cecc22e4008f7862eaad8162a72a28595521.tar.xz hercules-7904cecc22e4008f7862eaad8162a72a28595521.zip |
Update visual studio project files.
Diffstat (limited to 'src/common/socket.h')
-rw-r--r-- | src/common/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/socket.h b/src/common/socket.h index c5d0e224e..5e4251989 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -128,7 +128,7 @@ struct socket_data { size_t max_rdata, max_wdata; size_t rdata_size, wdata_size; size_t rdata_pos; - uint last_head_size; + uint32 last_head_size; time_t rdata_tick; // time of last recv (for detecting timeouts); zero when timeout is disabled RecvFunc func_recv; |