Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / hashkit_functions.cc
index e13a854b794435c881d92d7ee26876ad983403cb..4934b55b45c018aba451b8a37058624172ee0fd0 100644 (file)
@@ -564,7 +564,7 @@ static bool world_destroy(void *object)
 
 void get_world(Framework *world)
 {
-  world->collections= collection;
-  world->_create= world_create;
-  world->_destroy= world_destroy;
+  world->collections(collection);
+  world->create(world_create);
+  world->destroy(world_destroy);
 }