memcached_io_reset should disconnect from the server without trying to send a quit...
[m6w6/libmemcached] / libmemcached / memcached / protocol_binary.h
index e4ef3500d9788279766b55e1c2bd12df5b6d2fb6..ee5dd0b9a011cce5575b07a2f7912dc14736f258 100644 (file)
@@ -93,7 +93,7 @@ extern "C"
     PROTOCOL_BINARY_CMD_GETKQ = 0x0d,
     PROTOCOL_BINARY_CMD_APPEND = 0x0e,
     PROTOCOL_BINARY_CMD_PREPEND = 0x0f,
-    PROTOCOL_BINARY_CMD_STAT    = 0x10
+    PROTOCOL_BINARY_CMD_STAT = 0x10
   } protocol_binary_command;
 
   /**
@@ -259,7 +259,7 @@ extern "C"
    * Definition of the packet returned by the noop command
    * See section 4
    */
-  typedef protocol_binary_response_no_extras protocol_binary_response_nnoop;
+  typedef protocol_binary_response_no_extras protocol_binary_response_noop;
 
   /**
    * Definition of the structure used by the increment and decrement