Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / libmemcached-1.0 / sasl.cc
index 1c3d4a9947e3238c623c10494fa466ba7214c339..0ae101f2925f4855b574dad9c04386a5e1c18895 100644 (file)
@@ -101,10 +101,10 @@ collection_st collection[] ={
 
 void get_world(Framework *world)
 {
-  world->collections= collection;
+  world->collections(collection);
 
-  world->_create= (test_callback_create_fn*)world_create;
-  world->_destroy= (test_callback_destroy_fn*)world_destroy;
+  world->create((test_callback_create_fn*)world_create);
+  world->destroy((test_callback_destroy_fn*)world_destroy);
 
   world->set_runner(new LibmemcachedRunner);