Ignore:
File:
1 edited

Legend:

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

    rb57db73 r2cd784a  
    99struct Options {
    1010        bool log;
     11        bool stats;
    1112
    1213        struct {
     
    2627
    2728        struct {
     29                int nclusters;
    2830                int nprocs;
    2931                int nworkers;
     
    3133                bool procstats;
    3234                bool viewhalts;
    33                 cluster * instance;
     35                cluster ** instance;
     36                size_t   * thrd_cnt;
     37                size_t     cltr_cnt;
    3438        } clopts;
    3539};
Note: See TracChangeset for help on using the changeset viewer.