Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / conncache.h
index d793f24..691f061 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 2012 - 2014, Linus Nielsen Feltzing, <linus@haxx.se>
+ * Copyright (C) 2012, 2013, Linus Nielsen Feltzing, <linus@haxx.se>
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -25,8 +25,7 @@
 struct conncache {
   struct curl_hash *hash;
   size_t num_connections;
-  long next_connection_id;
-  struct timeval last_cleanup;
+  size_t next_connection_id;
 };
 
 struct conncache *Curl_conncache_init(int size);