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.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;