Ignore:
Timestamp:
Jun 10, 2022, 4:13:05 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
329e26a
Parents:
c25338d
Message:

Moved printer and protocol thread to the main cluster

File:
1 edited

Legend:

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

    rc25338d rbf7c7ea  
    587587
    588588void ?{}( DateFormater & this ) {
    589         ((thread&)this){ "Server Date Thread", *options.clopts.instance };
     589        ((thread&)this){ "Server Date Thread" };
    590590        this.idx = 0;
    591591        memset( &this.buffers[0], 0, sizeof(this.buffers[0]) );
Note: See TracChangeset for help on using the changeset viewer.