Simple "print the state of poll" function.
[m6w6/libmemcached] / tests / replication.h
index 980be82880e46715e118f8a2560acbd91d5f9318..fb9cd88542710a2e49ac809819a7c1d79a723767 100644 (file)
@@ -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.
 
 #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);
 
-LIBTEST_INTERNAL_API
 test_return_t replication_randomize_mget_fail_test(memcached_st *memc);
 
-#ifdef __cplusplus
-}
-#endif
+test_return_t replication_miss_test(memcached_st *memc);
+
+test_return_t check_replication_sanity_TEST(memcached_st*);