1 #ifndef MEMCACHED_TYPES_H
2 #define MEMCACHED_TYPES_H 1
29 typedef uint32_t rel_time_t;
35 ENGINE_SUCCESS = 0x00,
36 ENGINE_KEY_ENOENT = 0x01,
37 ENGINE_KEY_EEXISTS = 0x02,
39 ENGINE_NOT_STORED = 0x04,
41 ENGINE_ENOTSUP = 0x06,
42 ENGINE_EWOULDBLOCK = 0x07,
44 ENGINE_WANT_MORE = 0x09,
46 ENGINE_DISCONNECT = 0x0a,
47 ENGINE_EACCESS = 0x0b,
48 ENGINE_NOT_MY_VBUCKET = 0x0c,
49 ENGINE_TMPFAIL = 0x0d,
63 } ENGINE_STORE_OPERATION;
81 struct iovec value[1];