Ignore:
File:
1 edited

Legend:

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

    r74227c6 r7ce8873  
    9494                                volatile uint64_t eagr;
    9595                                volatile uint64_t nblk;
    96                                 volatile uint64_t extr;
    9796                        } submit;
    9897                        struct {
    9998                                volatile uint64_t external;
    100                                 volatile uint64_t signal;
    10199                                volatile uint64_t dirty;
    102100                                volatile uint64_t full;
     
    134132        #endif
    135133
    136         struct __attribute__((aligned(64))) __stats_t {
     134        struct __attribute__((aligned(128))) __stats_t {
    137135                __stats_readyQ_t ready;
    138136                #if defined(CFA_HAVE_LINUX_IO_URING_H)
Note: See TracChangeset for help on using the changeset viewer.