Fix it so that we use the result object for storing the numeric result that we eventu...
[awesomized/libmemcached] / libmemcached-1.0 / struct / result.h
index 2b2f49960d70ef046291b50264ec3c69869be162..c3bfddb5e9d3334e8103a793da696bb4bf162ac7 100644 (file)
@@ -44,6 +44,7 @@ struct memcached_result_st {
   uint64_t item_cas;
   struct memcached_st *root;
   memcached_string_st value;
+  uint64_t numeric_value;
   uint64_t count;
   char item_key[MEMCACHED_MAX_KEY];
   struct {