Ignore:
File:
1 edited

Legend:

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

    re235429 r56c44dc  
    125125                                                workers[i].flags   = 0;
    126126                                        }
    127                                         unpark( workers[i] );
     127                                        unpark( workers[i] __cfaabi_dbg_ctx2 );
    128128                                }
    129129                                printf("%d workers started on %d processors\n", options.clopts.nworkers, options.clopts.nprocs);
Note: See TracChangeset for help on using the changeset viewer.