Changeset 1756e08 for libcfa/src/concurrency/io/types.hfa
- Timestamp:
- Sep 29, 2022, 11:33:03 AM (6 months ago)
- Branches:
- master
- Children:
- 5f9c42b
- Parents:
- a659b31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/types.hfa
ra659b31 r1756e08 127 127 struct __attribute__((aligned(64))) io_context$ { 128 128 io_arbiter$ * arbiter; 129 processor * proc;129 struct processor * proc; 130 130 131 131 __outstanding_io_queue ext_sq;
Note: See TracChangeset
for help on using the changeset viewer.