Fix Trond's email address.
[awesomized/libmemcached] / libmemcached / memcached / protocol_binary.h
index cb81331574a57b987287fd1aea228e317174fc37..e5226b5bf467f0821e2ad874b6acfe49b588dcf1 100644 (file)
@@ -29,7 +29,7 @@
  *
  * Copy: See Copyright for the status of this software.
  *
- * Author: Trond Norbye <trond.norbye@sun.com>
+ * Author: Trond Norbye <trond.norbye@gmail.com>
  */
 
 #ifndef PROTOCOL_BINARY_H
@@ -70,7 +70,10 @@ extern "C"
         PROTOCOL_BINARY_RESPONSE_NOT_STORED = 0x05,
         PROTOCOL_BINARY_RESPONSE_DELTA_BADVAL = 0x06,
         PROTOCOL_BINARY_RESPONSE_UNKNOWN_COMMAND = 0x81,
-        PROTOCOL_BINARY_RESPONSE_ENOMEM = 0x82
+        PROTOCOL_BINARY_RESPONSE_ENOMEM = 0x82,
+
+        PROTOCOL_BINARY_RESPONSE_PAUSE = 0xfe00,
+        PROTOCOL_BINARY_RESPONSE_EIO = 0xff00
     } protocol_binary_response_status;
 
     /**