Small cleanup so that you can follow what ptr means in the connect file.
[awesomized/libmemcached] / libmemcached / memcached.h
index 740edfc73a8583b9e4ad9e65cc28fb5d81cd3f23..0bf8c61988132f2b5e6b2b6fa2c4d4eaf2654a86 100644 (file)
@@ -124,7 +124,7 @@ struct memcached_st {
   uint32_t io_key_prefetch;
   uint32_t tcp_keepidle;
   int32_t poll_timeout;
-  int32_t connect_timeout;
+  int32_t connect_timeout; // How long we will wait on connect() before we will timeout
   int32_t retry_timeout;
   int send_size;
   int recv_size;