X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fhashkit_functions.cc;h=4934b55b45c018aba451b8a37058624172ee0fd0;hb=23bbe3972dada1e21493437ba64be129e86b59fc;hp=2d664e7c64e3fb629c07608b15547ee9473b2659;hpb=65580ac6cb193fd73e12117c1ba492c57c3d0be4;p=awesomized%2Flibmemcached diff --git a/tests/hashkit_functions.cc b/tests/hashkit_functions.cc index 2d664e7c..4934b55b 100644 --- a/tests/hashkit_functions.cc +++ b/tests/hashkit_functions.cc @@ -40,14 +40,14 @@ using namespace libtest; -#include #include #include #include -#include +#include +#include -#include "hash_results.h" +#include "tests/hash_results.h" static hashkit_st global_hashk; @@ -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); }