- File:
-
- 1 edited
-
libcfa/src/concurrency/stats.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/stats.hfa
r2af1943 r7ce8873 92 92 volatile uint64_t fast; 93 93 volatile uint64_t slow; 94 volatile uint64_t eagr; 95 volatile uint64_t nblk; 94 96 } submit; 95 97 struct { … … 130 132 #endif 131 133 132 struct __attribute__((aligned( 64))) __stats_t {134 struct __attribute__((aligned(128))) __stats_t { 133 135 __stats_readyQ_t ready; 134 136 #if defined(CFA_HAVE_LINUX_IO_URING_H)
Note:
See TracChangeset
for help on using the changeset viewer.