Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/channel.hfa

    r0aec496 rdb09685  
    1212                int size;
    1313                mutex_lock lock;
    14                 condition_variable prods;
    15                 condition_variable cons;
     14                cond_lock prods;
     15                cond_lock cons;
    1616        };
    1717
Note: See TracChangeset for help on using the changeset viewer.