Created
May 3, 2012 16:46
-
-
Save vstakhov/2587146 to your computer and use it in GitHub Desktop.
aio_getevents structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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