Show
Ignore:
Timestamp:
03/18/08 17:21:13 (21 months ago)
Author:
dsallings
Message:

Use the bin substate enum as well

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/binary/server/memcached.h

    r754 r755  
    218218    int    sfd; 
    219219    enum conn_states  state; 
    220     int    substate; 
     220    enum bin_substates substate; 
    221221    struct event event; 
    222222    short  ev_flags;