Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / cycle.cc
index 788d7e67bf88bd7ac8eb9d09d89cbc1aa776a8c7..fe4ca1b37016180dc860924f7f37bd2dea28ee74 100644 (file)
@@ -123,7 +123,7 @@ 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);
 }