Ignore:
Timestamp:
Aug 28, 2020, 1:26:28 PM (4 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:
8e3034d
Parents:
8e2cb4a
Message:

Fixed some compilation errors.
Fixed file descriptor support in progress.

File:
1 edited

Legend:

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

    r8e2cb4a rd11d6eb  
    22
    33#include <stdint.h>
     4
     5#include <kernel.hfa>
    46
    57struct cluster;
     
    2325                int nprocs;
    2426                int nworkers;
    25                 int flags;
     27                io_context_params params;
    2628                int chan_size;
    2729                bool procstats;
Note: See TracChangeset for help on using the changeset viewer.