summaryrefslogtreecommitdiff
path: root/clients/client_options.h
diff options
context:
space:
mode:
authorEric Lambert <eric.lambert@sun.com>2009-03-09 22:59:06 +0100
committerEric Lambert <eric.lambert@sun.com>2009-03-09 22:59:06 +0100
commit70d4781acf107377fa194a04d05e8cf31fd211c8 (patch)
treefa6f2fb24f2c71fca379ef91ed0f1fe6ce4adabc /clients/client_options.h
parent95084fee7261488e27be38d9c50957f82a75f416 (diff)
downloadlibmemcached-70d4781acf107377fa194a04d05e8cf31fd211c8.tar.gz
udp support in fire and forget mode for all ops but get/gets, stat and version
Diffstat (limited to 'clients/client_options.h')
-rw-r--r--clients/client_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/client_options.h b/clients/client_options.h
index a3431336..a4f0f47f 100644
--- a/clients/client_options.h
+++ b/clients/client_options.h
@@ -24,6 +24,7 @@ typedef enum {
OPT_FLUSH,
OPT_HASH,
OPT_BINARY,
+ OPT_UDP
} memcached_options;
#endif /* CLIENT_OPTIONS */