X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Fsymbol.h;h=919d3f17391a8957a28efafe9b4fdb2edeb563cb;hb=4fe35ea1372eda035618c6e961f421187d3ae837;hp=161474dc00d24c1470330a2ad00a3b4b27b4fe7d;hpb=b95041363ea69ccfb9eacb6bba1852814c32b4ee;p=m6w6%2Flibmemcached diff --git a/libmemcached/options/symbol.h b/libmemcached/options/symbol.h index 161474dc..919d3f17 100644 --- a/libmemcached/options/symbol.h +++ b/libmemcached/options/symbol.h @@ -45,10 +45,13 @@ union YYSTYPE { long long number; string_t string; - server_t server; + string_t option; double double_number; memcached_server_distribution_t distribution; memcached_hash_t hash; + memcached_behavior_t behavior; + bool boolean; + server_t server; }; typedef union YYSTYPE YYSTYPE;