]> granicus.if.org Git - curl/commit
multi: convert two timeout variables to timediff_t
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Dec 2018 11:52:21 +0000 (12:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Dec 2018 14:43:20 +0000 (15:43 +0100)
commitecb2e194d45c92e430bcf133fcee85a8a336cfcb
treeddcf576c7fd5dc1841b9d4edc1c1ab65a2620249
parent1568d710cd329184566cf08eeb7974459179b545
multi: convert two timeout variables to timediff_t

The time_t type is unsigned on some systems and these variables are used
to hold return values from functions that return timediff_t
already. timediff_t is always a signed type.

Closes #3363
lib/multi.c