Ignore:
File:
1 edited

Legend:

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

    r7ce8873 r2af1943  
    9292                                volatile uint64_t fast;
    9393                                volatile uint64_t slow;
    94                                 volatile uint64_t eagr;
    95                                 volatile uint64_t nblk;
    9694                        } submit;
    9795                        struct {
     
    132130        #endif
    133131
    134         struct __attribute__((aligned(128))) __stats_t {
     132        struct __attribute__((aligned(64))) __stats_t {
    135133                __stats_readyQ_t ready;
    136134                #if defined(CFA_HAVE_LINUX_IO_URING_H)
Note: See TracChangeset for help on using the changeset viewer.