X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Fsymbol.h;h=e4c58b94f266e5db365356667967e8362954640b;hb=9cd52c70b787521f6f58329c0055b4974181db1a;hp=508dacbd172807d14e84a71f81593c7d4f05877f;hpb=10f3d6bf1bc11c235779ae735f30758cfb035686;p=m6w6%2Flibmemcached diff --git a/libmemcached/options/symbol.h b/libmemcached/options/symbol.h index 508dacbd..e4c58b94 100644 --- a/libmemcached/options/symbol.h +++ b/libmemcached/options/symbol.h @@ -37,6 +37,7 @@ #pragma once +#include #include #include @@ -44,8 +45,12 @@ 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; }; typedef union YYSTYPE YYSTYPE;