Changeset 348f81d5 for benchmark/io/http/protocol.cfa
- 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/protocol.cfa
ra06023f r348f81d5 182 182 183 183 void ?{}( DateFormater & this ) { 184 ((thread&)this){ "Server Date Thread", *options.clopts.instance };184 ((thread&)this){ "Server Date Thread", *options.clopts.instance[0] }; 185 185 this.idx = 0; 186 186 memset( this.buffers[0].buff, 0, sizeof(this.buffers[0]) );
Note: See TracChangeset
for help on using the changeset viewer.