X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libmemcached%2Foptions%2Fsymbol.h;h=919d3f17391a8957a28efafe9b4fdb2edeb563cb;hb=996f400a876d5b3c99f0783bea2f6e4253c1fa12;hp=508dacbd172807d14e84a71f81593c7d4f05877f;hpb=10f3d6bf1bc11c235779ae735f30758cfb035686;p=awesomized%2Flibmemcached diff --git a/libmemcached/options/symbol.h b/libmemcached/options/symbol.h index 508dacbd..919d3f17 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; - 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;