X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Foptions%2Fsymbol.h;h=d48a5a2962bceac182d07a24fb195a762277ba10;hb=f0d3a824ed9acb9f6e3080683abe2bcc8b0cd6bd;hp=508dacbd172807d14e84a71f81593c7d4f05877f;hpb=10f3d6bf1bc11c235779ae735f30758cfb035686;p=awesomized%2Flibmemcached diff --git a/libmemcached/options/symbol.h b/libmemcached/options/symbol.h index 508dacbd..d48a5a29 100644 --- a/libmemcached/options/symbol.h +++ b/libmemcached/options/symbol.h @@ -37,6 +37,7 @@ #pragma once +#include #include #include @@ -46,6 +47,9 @@ union YYSTYPE string_t string; server_t server; double double_number; + memcached_server_distribution_t distribution; + memcached_hash_t hash; + memcached_behavior_t behavior; }; typedef union YYSTYPE YYSTYPE;