X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fclient_options.h;h=9242884e578e474f762fb2dd5d2476dda84005cc;hb=58c06eaf89c21b94fa70d710f2fd8c09d5508118;hp=8bce24ef23c45558654c45d713ff7b76df58c90d;hpb=85a66fec1e07e874e5410ce56a2976d68fbe14fd;p=awesomized%2Flibmemcached diff --git a/src/client_options.h b/src/client_options.h index 8bce24ef..9242884e 100644 --- a/src/client_options.h +++ b/src/client_options.h @@ -1,3 +1,8 @@ +#ifndef __CLIENT_OPTIONS_H__ +#define __CLIENT_OPTIONS_H__ + +typedef struct memcached_help_text_st memcached_help_text_st; + typedef enum { OPT_SERVERS= 's', OPT_VERSION= 'V', @@ -14,4 +19,8 @@ typedef enum { OPT_SLAP_TEST, OPT_SLAP_CONCURRENCY, OPT_SLAP_NON_BLOCK, + OPT_SLAP_TCP_NODELAY, + OPT_FLUSH, } memcached_options; + +#endif /* CLIENT_OPTIONS */