X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemflush.cc;h=80a42453068e8fb35092b97c55f41fd1488c4d16;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=f14b5b727d884f6171d44b89920fd8f4b0cf6abc;hpb=7773f76bd15be71f7d1a5579006b786584d3fe26;p=m6w6%2Flibmemcached diff --git a/tests/memflush.cc b/tests/memflush.cc index f14b5b72..80a42453 100644 --- a/tests/memflush.cc +++ b/tests/memflush.cc @@ -113,7 +113,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error) void get_world(Framework *world) { executable= "./clients/memflush"; - world->collections= collection; - world->_create= world_create; + world->collections(collection); + world->create(world_create); }