- File:
-
- 1 edited
-
libcfa/src/concurrency/stats.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/stats.hfa
r74227c6 r7ce8873 94 94 volatile uint64_t eagr; 95 95 volatile uint64_t nblk; 96 volatile uint64_t extr;97 96 } submit; 98 97 struct { 99 98 volatile uint64_t external; 100 volatile uint64_t signal;101 99 volatile uint64_t dirty; 102 100 volatile uint64_t full; … … 134 132 #endif 135 133 136 struct __attribute__((aligned( 64))) __stats_t {134 struct __attribute__((aligned(128))) __stats_t { 137 135 __stats_readyQ_t ready; 138 136 #if defined(CFA_HAVE_LINUX_IO_URING_H)
Note:
See TracChangeset
for help on using the changeset viewer.