Ignore:
Timestamp:
Mar 4, 2021, 7:40:25 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
77d601f
Parents:
342af53 (diff), a5040fe (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

    r342af53 r8e4aa05  
    99struct Options {
    1010        bool log;
     11        bool stats;
    1112
    1213        struct {
     14                const char * path;
    1315                int open_flags;
    1416                uint32_t hash_seed;
     
    2527
    2628        struct {
     29                int nclusters;
    2730                int nprocs;
    2831                int nworkers;
     
    3033                bool procstats;
    3134                bool viewhalts;
    32                 cluster * instance;
     35                cluster ** instance;
     36                size_t   * thrd_cnt;
     37                size_t     cltr_cnt;
    3338        } clopts;
    3439};
     
    3641extern Options options;
    3742
    38 const char * parse_options( int argc, char * argv[] );
     43void parse_options( int argc, char * argv[] );
Note: See TracChangeset for help on using the changeset viewer.