Changes in benchmark/io/http/options.hfa [b57db73:2cd784a]
- File:
-
- 1 edited
-
benchmark/io/http/options.hfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/options.hfa
rb57db73 r2cd784a 9 9 struct Options { 10 10 bool log; 11 bool stats; 11 12 12 13 struct { … … 26 27 27 28 struct { 29 int nclusters; 28 30 int nprocs; 29 31 int nworkers; … … 31 33 bool procstats; 32 34 bool viewhalts; 33 cluster * instance; 35 cluster ** instance; 36 size_t * thrd_cnt; 37 size_t cltr_cnt; 34 38 } clopts; 35 39 };
Note:
See TracChangeset
for help on using the changeset viewer.