Commit a33e7edc authored by Steve Holme's avatar Steve Holme
Browse files

examples: Fixed compilation errors

error: 'MULTI_PERFORM_HANG_TIMEOUT' undeclared
parent 0fea86af
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@
 * Note that this example requires libcurl 7.30.0 or above.
 */

#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000

static struct timeval tvnow(void)
{
  struct timeval now;
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@
 * Note that this example requires libcurl 7.20.0 or above.
 */

#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000

static struct timeval tvnow(void)
{
  struct timeval now;