Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / memerror.cc
index 914d2a03b4df6ced19d0196503023c68579e161f..dd7610ef625cb9be3a23cbb47742fa959f21535d 100644 (file)
@@ -119,7 +119,7 @@ static void *world_create(server_startup_st&, test_return_t&)
 
 void get_world(Framework *world)
 {
-  world->collections= collection;
-  world->_create= world_create;
+  world->collections(collection);
+  world->create(world_create);
 }