Added .h for dump.
[m6w6/libmemcached] / clients / ms_setting.h
index 9283a4834b385d3e765d4756e594615ce139fc23..7d31532c8b5ea7a8590de1402bcc82112724f711 100644 (file)
@@ -53,8 +53,8 @@ typedef struct mcd_sever
   int srv_port;                                     /* server port */
 
   /* for calculating how long the server disconnects */
-  volatile int32_t disconn_cnt;                    /* number of disconnections count */
-  volatile int32_t reconn_cnt;                     /* number of reconnections count */
+  volatile uint32_t disconn_cnt;                    /* number of disconnections count */
+  volatile uint32_t reconn_cnt;                     /* number of reconnections count */
   struct timeval disconn_time;                      /* start time of disconnection */
   struct timeval reconn_time;                       /* end time of reconnection */
 } ms_mcd_server_t;