X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Fsymbol.h;h=b14eb331116996eed4a82a6add1e3285bf3d4c3a;hb=481efe3c437e1d87e0fabb987982cc1df2b2c35d;hp=508dacbd172807d14e84a71f81593c7d4f05877f;hpb=10f3d6bf1bc11c235779ae735f30758cfb035686;p=m6w6%2Flibmemcached diff --git a/libmemcached/options/symbol.h b/libmemcached/options/symbol.h index 508dacbd..b14eb331 100644 --- a/libmemcached/options/symbol.h +++ b/libmemcached/options/symbol.h @@ -37,6 +37,7 @@ #pragma once +#include #include #include @@ -44,8 +45,13 @@ union YYSTYPE { long long number; string_t string; + string_t option; server_t server; double double_number; + memcached_server_distribution_t distribution; + memcached_hash_t hash; + memcached_behavior_t behavior; + bool boolean; }; typedef union YYSTYPE YYSTYPE;