Ignore:
File:
1 edited

Legend:

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

    r2cd784a rb57db73  
    99struct Options {
    1010        bool log;
    11         bool stats;
    1211
    1312        struct {
     
    2726
    2827        struct {
    29                 int nclusters;
    3028                int nprocs;
    3129                int nworkers;
     
    3331                bool procstats;
    3432                bool viewhalts;
    35                 cluster ** instance;
    36                 size_t   * thrd_cnt;
    37                 size_t     cltr_cnt;
     33                cluster * instance;
    3834        } clopts;
    3935};
Note: See TracChangeset for help on using the changeset viewer.