X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemdump.cc;h=a8720e5b272c2fc520285c99dfd51cf910519f0b;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=4a30892138cbf7f3dade30185672ccedffeb7918;hpb=74d72ecac00cadaab9e9a40d6591c7285abbfbc2;p=m6w6%2Flibmemcached diff --git a/tests/memdump.cc b/tests/memdump.cc index 4a308921..a8720e5b 100644 --- a/tests/memdump.cc +++ b/tests/memdump.cc @@ -129,7 +129,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error) void get_world(Framework *world) { - world->collections= collection; - world->_create= world_create; + world->collections(collection); + world->create(world_create); }