Changeset 755

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

Use the bin substate enum as well

Location:
branches/binary/server
Files:
2 modified

Legend:

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

    r754 r755  
    11231123} 
    11241124 
    1125 static void bin_read_key(conn *c, int next_substate, int extra) { 
     1125static void bin_read_key(conn *c, enum bin_substates next_substate, int extra) { 
    11261126    assert(c); 
    11271127    c->substate = next_substate; 
  • 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;