Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / memcapable.cc
index ae50fefaf95c212d972146c06943d51f31bc6225..d0392d016afd69900c2c0ffaedc4c112c119a7b4 100644 (file)
@@ -125,7 +125,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error)
 void get_world(Framework *world)
 {
   executable= "./clients/memcapable";
-  world->collections= collection;
-  world->_create= world_create;
+  world->collections(collection);
+  world->create(world_create);
 }