Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/worker.cfa

    re235429 r8e3034d  
    2222
    2323void main( Worker & this ) {
    24         park();
     24        park( __cfaabi_dbg_ctx );
    2525        /* paranoid */ assert( this.pipe[0] != -1 );
    2626        /* paranoid */ assert( this.pipe[1] != -1 );
Note: See TracChangeset for help on using the changeset viewer.