Catch up with Gearman's libtest
[m6w6/libmemcached] / libtest / unittest.cc
index 234743f53907a8cb1d897067116b6fc15b31d064..c27f366a8b5670ce56a081fb421ab56b15063d2b 100644 (file)
@@ -953,6 +953,6 @@ static void *world_create(server_startup_st& servers, test_return_t&)
 
 void get_world(Framework *world)
 {
-  world->collections= collection;
-  world->_create= world_create;
+  world->collections(collection);
+  world->create(world_create);
 }