Changeset a51dc0d


Ignore:
Timestamp:
Aug 13, 2024, 9:16:07 AM (23 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
f9b42bd
Parents:
8492b85
Message:

add missing #ifdef to handle systems without io_uring

File:
1 edited

Legend:

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

    r8492b85 ra51dc0d  
    214214        __attribute__((unused)) bool parked;
    215215        parked = wait( future );
     216#if defined(CFA_HAVE_LINUX_IO_URING_H)
    216217        __STATS__(false, if(!parked) io.submit.nblk += 1; )
     218#endif
    217219        if( future.result < 0 ) {{
    218220                errno = -future.result;
Note: See TracChangeset for help on using the changeset viewer.