Add in MSG_DONTWAIT for recv().
[awesomized/libmemcached] / libmemcached / options / symbol.h
index 919d3f17391a8957a28efafe9b4fdb2edeb563cb..17e5f62a6428350ca4edb19fb3ab2d7eab13d9b7 100644 (file)
 
 #pragma once
 
+#include <libmemcached/basic_string.h>
 #include <libmemcached/constants.h>
-#include <libmemcached/options/string.h>
 #include <libmemcached/options/server.h>
 
 union YYSTYPE
 {
   long long number;  
-  string_t string;
-  string_t option;
+  memcached_string_t string;
+  memcached_string_t option;
   double double_number;
   memcached_server_distribution_t distribution;
   memcached_hash_t hash;