Merge in fix for Ubuntu
[awesomized/libmemcached] / libtest / server.h
index f3bda21b99fa581b8b0e3ca2a5dc9ab8ae173177..00f29cd837b19c9c21630c7fbbf0be835d942b04 100644 (file)
@@ -124,7 +124,7 @@ std::ostream& operator<<(std::ostream& output, const server_st &arg);
 
 struct server_startup_st
 {
-  uint8_t count;
+  uint32_t count;
   uint8_t udp;
   std::string server_list;
   std::vector<server_st *> servers;