Changeset 7288c00 for examples/io
- Timestamp:
- Jul 27, 2020, 2:18:49 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 22ddade, 3f850d7, 4cf617e
- Parents:
- 3a1cf0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/io/cat.c
r3a1cf0d r7288c00 1 /* 2 This is a simple "cat" example that uses io_uring in IORING_SETUP_IOPOLL mode. 3 It demonstrates the bare minimum needed to use io_uring in polling mode. 4 It uses liburing for simplicity. 5 */ 6 7 1 8 #ifndef _GNU_SOURCE 2 9 #define _GNU_SOURCE
Note: See TracChangeset
for help on using the changeset viewer.