X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fclient_options.h;h=b7ba5a968c530bde344e5f4162a3878930f1ac43;hb=f80333febbaae93bf7f5171724873821c41f04e9;hp=57c87db6d7285e530a3c5f9e127b47e78df82133;hpb=7bfd925c54662cf1f67b651559dd91f77bfe8817;p=awesomized%2Flibmemcached diff --git a/src/client_options.h b/src/client_options.h index 57c87db6..b7ba5a96 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', @@ -13,4 +18,10 @@ typedef enum { OPT_SLAP_INITIAL_LOAD, OPT_SLAP_TEST, OPT_SLAP_CONCURRENCY, + OPT_SLAP_NON_BLOCK, + OPT_SLAP_TCP_NODELAY, + OPT_FLUSH, + OPT_HASH, } memcached_options; + +#endif /* CLIENT_OPTIONS */