CONTRIB: tcploop: fix time format to silence build warnings
authorWilly Tarreau <w@1wt.eu>
Tue, 14 Mar 2017 13:37:13 +0000 (14:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Mar 2017 10:48:46 +0000 (11:48 +0100)
commit752cc49728a2dc1e640aa0353ff8f66cfbf988e5
treedcda000a188dca3e05a832897f12ee5286eccc52
parent0c0c0a6c26c31355f0913a971077c7d764a01b7a
CONTRIB: tcploop: fix time format to silence build warnings

timeval doesn't necessarily have ints for tv_sec/tv_usec, let's cast
them.
contrib/tcploop/tcploop.c