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