Changeset 7288c00 for examples/io/cat.c


Ignore:
Timestamp:
Jul 27, 2020, 2:18:49 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Added comment to cat example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/io/cat.c

    r3a1cf0d r7288c00  
     1/*
     2This is a simple "cat" example that uses io_uring in IORING_SETUP_IOPOLL mode.
     3It demonstrates the bare minimum needed to use io_uring in polling mode.
     4It uses liburing for simplicity.
     5*/
     6
     7
    18#ifndef _GNU_SOURCE
    29#define _GNU_SOURCE
Note: See TracChangeset for help on using the changeset viewer.