Ignore:
Timestamp:
Jan 14, 2021, 12:46:26 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:
7222630
Parents:
bb58825 (diff), ec19b21 (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

Location:
libcfa/src/concurrency/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/call.cfa.in

    rbb58825 rb0f6190a  
    231231                sqe->addr = 0;
    232232                sqe->len = 0;
    233                 sqe->accept_flags = 0;
     233                sqe->fsync_flags = 0;
    234234                sqe->__pad2[0] = 0;
    235235                sqe->__pad2[1] = 0;
  • libcfa/src/concurrency/io/setup.cfa

    rbb58825 rb0f6190a  
    401401                        const __u32 num = *sq.num;
    402402                        for( i; num ) {
    403                                 sq.sqes[i].opcode = IORING_OP_LAST;
    404                                 sq.sqes[i].user_data = 3ul64;
     403                                __sqe_clean( &sq.sqes[i] );
    405404                        }
    406405                }
Note: See TracChangeset for help on using the changeset viewer.