Merge in all changes related to being able to read configuration files.
[awesomized/libmemcached] / libmemcached / options / symbol.h
index 161474dc00d24c1470330a2ad00a3b4b27b4fe7d..d48a5a2962bceac182d07a24fb195a762277ba10 100644 (file)
@@ -49,6 +49,7 @@ union YYSTYPE
   double double_number;
   memcached_server_distribution_t distribution;
   memcached_hash_t hash;
+  memcached_behavior_t behavior;
 };
 
 typedef union YYSTYPE YYSTYPE;