Ignore:
File:
1 edited

Legend:

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

    r8c58e73 r86c12d65  
    2727                int backlog;
    2828                int buflen;
    29                 bool reuseport;
     29                bool onereuse;
     30                bool manyreuse;
    3031        } socket;
    3132
    3233        struct {
     34                int nclusters;
    3335                int nprocs;
    3436                int nworkers;
     
    3638                bool procstats;
    3739                bool viewhalts;
    38                 cluster * instance;
    39                 size_t    thrd_cnt;
     40                cluster ** instance;
     41                size_t   * thrd_cnt;
     42                size_t     cltr_cnt;
    4043        } clopts;
    4144};
Note: See TracChangeset for help on using the changeset viewer.