X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Fsymbol.h;h=17e5f62a6428350ca4edb19fb3ab2d7eab13d9b7;hb=12a07e58df95bb8dbe167e4157b29c910177ade8;hp=e4c58b94f266e5db365356667967e8362954640b;hpb=9cd52c70b787521f6f58329c0055b4974181db1a;p=m6w6%2Flibmemcached diff --git a/libmemcached/options/symbol.h b/libmemcached/options/symbol.h index e4c58b94..17e5f62a 100644 --- a/libmemcached/options/symbol.h +++ b/libmemcached/options/symbol.h @@ -37,20 +37,21 @@ #pragma once +#include #include -#include #include union YYSTYPE { long long number; - string_t string; - string_t option; - server_t server; + memcached_string_t string; + memcached_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;