Fix a bunch of documentation formatting.
[m6w6/libmemcached] / tests / cycle.cc
index 04b00f704d37edb47fd8b0666edc7b980a2c8558..a762d00b54d71eb58f00cbb4e98dd1c4852d2c8c 100644 (file)
@@ -42,7 +42,7 @@
 #include <config.h>
 #include <libtest/test.hpp>
 
-#include <libmemcached/common.h>
+#include <libmemcached/memcached.h>
 #include <libmemcached/is.h>
 #include <libmemcached/util.h>
 
@@ -53,8 +53,6 @@
 
 using namespace libtest;
 
-#define SERVERS_TO_CREATE 5
-
 #ifndef __INTEL_COMPILER
 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
 #endif
@@ -148,5 +146,6 @@ void get_world(Framework *world)
   world->collection_shutdown= (test_callback_fn*)world_container_shutdown;
 
   world->set_runner(&defualt_libmemcached_runner);
+  world->set_socket();
 }