memcache.h
changeset 42 0e503189af2f
parent 41 540737bf6bac
child 43 e5b714190dee
equal deleted inserted replaced
41:540737bf6bac 42:0e503189af2f
    82 };
    82 };
    83 
    83 
    84 enum memcache_req_state {
    84 enum memcache_req_state {
    85     MEMCACHE_STATE_INVALID,
    85     MEMCACHE_STATE_INVALID,
    86 
    86 
       
    87     MEMCACHE_STATE_QUEUED,
       
    88     MEMCACHE_STATE_SEND,
       
    89     MEMCACHE_STATE_REPLY,
       
    90 
    87     MEMCACHE_STATE_ERROR,
    91     MEMCACHE_STATE_ERROR,
    88 };
    92 };
    89 
    93 
    90 /*
    94 /*
    91  * Callback used
    95  * Callback used