Changeset 8bee858 for benchmark


Ignore:
Timestamp:
Aug 15, 2022, 11:19:28 AM (21 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
d93ea1d
Parents:
41a6a78
Message:

Changed io types to have trailing $ instead of leading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/protocol.cfa

    r41a6a78 r8bee858  
    476476                        struct io_uring_sqe * sqes[3];
    477477                        __u32 idxs[3];
    478                         struct $io_context * ctx = cfa_io_allocate(sqes, idxs, have);
     478                        struct io_context$ * ctx = cfa_io_allocate(sqes, idxs, have);
    479479
    480480                        if(need(splice_in.res)) { fill(splice_in, sqes[idx++]); }
Note: See TracChangeset for help on using the changeset viewer.