Changeset 348f81d5 for benchmark/io/http/options.hfa
- Timestamp:
- Feb 23, 2021, 4:02:27 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b664af2
- Parents:
- a06023f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/options.hfa
ra06023f r348f81d5 26 26 27 27 struct { 28 int nclusters; 28 29 int nprocs; 29 30 int nworkers; … … 31 32 bool procstats; 32 33 bool viewhalts; 33 cluster * instance; 34 cluster ** instance; 35 size_t * thrd_cnt; 36 size_t cltr_cnt; 34 37 } clopts; 35 38 };
Note: See TracChangeset
for help on using the changeset viewer.