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