Changeset 5407cdc for benchmark/io/http/options.hfa
- Timestamp:
- Apr 28, 2021, 4:56:50 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8d66610
- Parents:
- feacef9 (diff), b7fd2db6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
benchmark/io/http/options.hfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/options.hfa
rfeacef9 r5407cdc 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.