Windows build fixes.

This commit is contained in:
Adam Ierymenko 2017-07-06 16:29:11 -07:00
parent d2415dee00
commit 88997a0314
4 changed files with 33 additions and 32 deletions

View file

@ -363,7 +363,7 @@ struct TcpConnection
OneServiceImpl *parent;
PhySocket *sock;
InetAddress remoteAddr;
unsigned long lastReceive;
uint64_t lastReceive;
// Used for inbound HTTP connections
http_parser parser;