Ignore:
Timestamp:
Jun 9, 2022, 2:26:43 PM (2 years ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
c06551b
Parents:
db7a3ad (diff), 430ce61 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/options.hfa

    rdb7a3ad raeb20a4  
    2727                int backlog;
    2828                int buflen;
    29                 bool onereuse;
    30                 bool manyreuse;
     29                bool reuseport;
    3130        } socket;
    3231
    3332        struct {
    34                 int nclusters;
    3533                int nprocs;
    3634                int nworkers;
     
    3836                bool procstats;
    3937                bool viewhalts;
    40                 cluster ** instance;
    41                 size_t   * thrd_cnt;
    42                 size_t     cltr_cnt;
     38                cluster * instance;
     39                size_t    thrd_cnt;
    4340        } clopts;
    4441};
Note: See TracChangeset for help on using the changeset viewer.