|
Linux Kernel
3.7.1
|
#include <iorpc.h>
Data Fields | |
| struct { | |
| int fd | |
| } | user |
| struct { | |
| int cookie | |
| } | kernel |
A structure used to describe previously set up interrupts used with poll(). The format differs significantly for requests from user to kernel, and kernel to hypervisor. As with the mem_buffer_t, translation between the formats is done at each level.
| int cookie |
| struct { ... } kernel |
pollfd as described by the kernel.
| struct { ... } user |
pollfd as described by user applications.
1.8.2