diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-12-11 09:05:47 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-12-11 17:42:17 +0100 |
commit | 769a4687dfc65f953daf70a210babad438a0cf17 (patch) | |
tree | 60e14135b3f71e0c1907e26ec2b6b53408a63a2b /lib/conncache.h | |
parent | 6cd066f64b9165c1b1f3243844ea32b1f1ba42f5 (diff) | |
download | curl-769a4687dfc65f953daf70a210babad438a0cf17.tar.gz |
tests/server/disabled: add "wakeup"
To allow the test suite to know if wakeup support is disabled in the
build.
Diffstat (limited to 'lib/conncache.h')
-rw-r--r-- | lib/conncache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/conncache.h b/lib/conncache.h index ac5460ff4..7b7ba1205 100644 --- a/lib/conncache.h +++ b/lib/conncache.h @@ -29,6 +29,10 @@ * be shared. */ +#include "timeval.h" + +struct connectdata; + struct conncache { struct Curl_hash hash; size_t num_conn; |