Ignore:
Timestamp:
Jun 8, 2022, 7:24:27 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
137974ae
Parents:
bbf61838
Message:

Removed webserver feature to have multiple clusters (it never actually worked)

File:
1 edited

Legend:

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

    rbbf61838 r8c58e73  
    3131
    3232        struct {
    33                 int nclusters;
    3433                int nprocs;
    3534                int nworkers;
     
    3736                bool procstats;
    3837                bool viewhalts;
    39                 cluster ** instance;
    40                 size_t   * thrd_cnt;
    41                 size_t     cltr_cnt;
     38                cluster * instance;
     39                size_t    thrd_cnt;
    4240        } clopts;
    4341};
Note: See TracChangeset for help on using the changeset viewer.