Loading tests/libtest/lib582.c +5 −4 Original line number Diff line number Diff line Loading @@ -164,7 +164,8 @@ static int getMicroSecondTimeout(struct timeval* timeout) /** * Update a fd_set with all of the sockets in use. */ static void updateFdSet(struct Sockets* sockets, fd_set* fdset, int* maxFd) static void updateFdSet(struct Sockets* sockets, fd_set* fdset, curl_socket_t *maxFd) { int i; for (i = 0; i < sockets->count; ++i) { Loading Loading @@ -306,7 +307,7 @@ int test(char *URL) while (!checkForCompletion(m, &success)) { fd_set readSet, writeSet; int maxFd = 0; curl_socket_t maxFd = 0; struct timeval tv = {10, 0}; if (tutil_tvdiff(tutil_tvnow(), ml_start) > Loading Loading
tests/libtest/lib582.c +5 −4 Original line number Diff line number Diff line Loading @@ -164,7 +164,8 @@ static int getMicroSecondTimeout(struct timeval* timeout) /** * Update a fd_set with all of the sockets in use. */ static void updateFdSet(struct Sockets* sockets, fd_set* fdset, int* maxFd) static void updateFdSet(struct Sockets* sockets, fd_set* fdset, curl_socket_t *maxFd) { int i; for (i = 0; i < sockets->count; ++i) { Loading Loading @@ -306,7 +307,7 @@ int test(char *URL) while (!checkForCompletion(m, &success)) { fd_set readSet, writeSet; int maxFd = 0; curl_socket_t maxFd = 0; struct timeval tv = {10, 0}; if (tutil_tvdiff(tutil_tvnow(), ml_start) > Loading