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