2 Structures for generic tests.
9 #include "../lib/common.h"
11 typedef struct collection_st collection_st
;
12 typedef struct test_st test_st
;
16 unsigned int requires_flush
;
17 uint8_t (*function
)(memcached_st
*memc
);
20 struct collection_st
{
22 memcached_return (*pre
)(memcached_st
*memc
);
23 memcached_return (*post
)(memcached_st
*memc
);
27 /* How we make all of this work :) */
28 collection_st
*gets_collections(void);