Ignore:
Timestamp:
Jun 10, 2022, 5:02:03 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
8419b76
Parents:
bf7c7ea
Message:

Re-instated the isolate/multi-cluster option.

File:
1 edited

Legend:

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

    rbf7c7ea r329e26a  
    3535void push(acceptor_stats_t & from, acceptor_stats_t & to);
    3636
     37struct ServerCluster {
     38        cluster self;
     39        processor    * procs;
     40};
     41
    3742thread StatsPrinter {
    3843        struct {
     
    4247        } stats;
    4348        condition_variable(fast_block_lock) var;
    44         cluster & cl;
     49        ServerCluster * cl;
    4550};
    4651
    47 void ?{}( StatsPrinter & this, cluster & cl );
     52void ?{}( StatsPrinter & this, ServerCluster * cl );
    4853void ^?{}( StatsPrinter & mutex this );
    4954
Note: See TracChangeset for help on using the changeset viewer.