X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmem_udp.cc;h=077f8c99815f7a9c24f437a4c8c1a18d49d32d2c;hb=d3e39fdf907d5f82e3f378d52f27bdc13e3eb891;hp=a53db785d1bdb8913fec75ad1fa5e849849a0f2f;hpb=b77f874c7d7ff386d01eeedb44c14d3003354bae;p=awesomized%2Flibmemcached diff --git a/tests/mem_udp.cc b/tests/mem_udp.cc index a53db785..077f8c99 100644 --- a/tests/mem_udp.cc +++ b/tests/mem_udp.cc @@ -15,7 +15,9 @@ using namespace libtest; -#include +#include +#include +#include #include #include @@ -31,8 +33,6 @@ using namespace libtest; #include -#define SERVERS_TO_CREATE 5 - #ifndef __INTEL_COMPILER #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif @@ -489,8 +489,6 @@ collection_st collection[] ={ {0, 0, 0, 0} }; -#define SERVERS_TO_CREATE 5 - #define TEST_PORT_BASE MEMCACHED_DEFAULT_PORT +10 #include "libmemcached_world.h"