X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Flibmemcached-1.0%2Fdump.cc;h=03704cf6ee64d9803aca02b37dfd1be5c6c5d490;hb=7b3833138cda25e0de1ac93cfbaae09a5529b01f;hp=ee6100fe0bd99c73bff4fde681acd10fbdd199ad;hpb=25efe3485198149616820ab4e52d2f18f0abe5a7;p=m6w6%2Flibmemcached diff --git a/tests/libmemcached-1.0/dump.cc b/tests/libmemcached-1.0/dump.cc index ee6100fe..03704cf6 100644 --- a/tests/libmemcached-1.0/dump.cc +++ b/tests/libmemcached-1.0/dump.cc @@ -34,7 +34,7 @@ * */ -#include +#include #include #include @@ -42,7 +42,7 @@ #include #include -#include +#include using namespace libtest; @@ -65,7 +65,7 @@ static memcached_return_t callback_dump_counter(const memcached_st *, return MEMCACHED_SUCCESS; } -static memcached_return_t item_counter(memcached_server_instance_st , +static memcached_return_t item_counter(const memcached_instance_st * , const char *key, size_t key_length, const char *value, size_t, // value_length, void *context)