X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhashkit_functions.cc;h=4934b55b45c018aba451b8a37058624172ee0fd0;hb=d4758957f0b472a5f247004862fef55f58edcc8f;hp=e13a854b794435c881d92d7ee26876ad983403cb;hpb=c6581942a9f3089c1d14e2cbc749d47a93247e78;p=m6w6%2Flibmemcached diff --git a/tests/hashkit_functions.cc b/tests/hashkit_functions.cc index e13a854b..4934b55b 100644 --- a/tests/hashkit_functions.cc +++ b/tests/hashkit_functions.cc @@ -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); }