Ignore:
File:
1 edited

Legend:

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

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