Skip to content

Instantly share code, notes, and snippets.

@vstakhov
Created May 3, 2012 16:46
Show Gist options
  • Select an option

  • Save vstakhov/2587146 to your computer and use it in GitHub Desktop.

Select an option

Save vstakhov/2587146 to your computer and use it in GitHub Desktop.
aio_getevents structure
struct io_event {
guint64 data; /* the data field from the iocb */
guint64 obj; /* what iocb this event came from */
gint64 res; /* result code for this event */
gint64 res2; /* secondary result */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment