Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / memrm.cc
index 8d6109c0ac679084e66662df942d57ce4bd20929..29c663376a33f63d2e6102a4c770bc018874d707 100644 (file)
@@ -163,7 +163,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);
 }