X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Freplication.h;h=fb9cd88542710a2e49ac809819a7c1d79a723767;hb=0d5e8e1b19db6ff920eda2446883f3a7d781bf14;hp=d7eba14aac24fcff8623d83f5889c833ec4a005e;hpb=c4dbc7e56b01545e25bc95ba122c79d4a2631a99;p=awesomized%2Flibmemcached diff --git a/tests/replication.h b/tests/replication.h index d7eba14a..fb9cd885 100644 --- a/tests/replication.h +++ b/tests/replication.h @@ -1,6 +1,6 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * - * Gearmand client and server library. + * Libmemcached client and server library. * * Copyright (C) 2011 Data Differential, http://datadifferential.com/ * All rights reserved. @@ -37,25 +37,18 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif - -LIBTEST_INTERNAL_API test_return_t replication_set_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_get_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_mget_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_delete_test(memcached_st *memc); -LIBTEST_INTERNAL_API test_return_t replication_randomize_mget_test(memcached_st *memc); -#ifdef __cplusplus -} -#endif +test_return_t replication_randomize_mget_fail_test(memcached_st *memc); + +test_return_t replication_miss_test(memcached_st *memc); + +test_return_t check_replication_sanity_TEST(memcached_st*);