aboutsummaryrefslogtreecommitdiff
path: root/lib/conncache.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/conncache.h')
-rw-r--r--lib/conncache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/conncache.h b/lib/conncache.h
index 691f061f9..866554b63 100644
--- a/lib/conncache.h
+++ b/lib/conncache.h
@@ -25,7 +25,7 @@
struct conncache {
struct curl_hash *hash;
size_t num_connections;
- size_t next_connection_id;
+ long next_connection_id;
};
struct conncache *Curl_conncache_init(int size);