Create a new make-target: test-no-outputdiff
[awesomized/libmemcached] / libmemcached / common.h
index 54b33a20fcee244de56ee3b60123c7ef4460a797..d91c6b302ec1bf7d4586832d56dd0be4b62144d5 100644 (file)
@@ -76,7 +76,8 @@ typedef enum {
   MEM_KETAMA_WEIGHTED= (1 << 11),
   MEM_BINARY_PROTOCOL= (1 << 12),
   MEM_HASH_WITH_PREFIX_KEY= (1 << 13),
-  MEM_NOREPLY= (1 << 14)
+  MEM_NOREPLY= (1 << 14),
+  MEM_USE_UDP= (1 << 15)
 } memcached_flags;
 
 /* Hashing algo */