Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/stats.hfa

    r2af1943 r7ce8873  
    9292                                volatile uint64_t fast;
    9393                                volatile uint64_t slow;
     94                                volatile uint64_t eagr;
     95                                volatile uint64_t nblk;
    9496                        } submit;
    9597                        struct {
     
    130132        #endif
    131133
    132         struct __attribute__((aligned(64))) __stats_t {
     134        struct __attribute__((aligned(128))) __stats_t {
    133135                __stats_readyQ_t ready;
    134136                #if defined(CFA_HAVE_LINUX_IO_URING_H)
Note: See TracChangeset for help on using the changeset viewer.