Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
iorpc_pollfd Union Reference

#include <iorpc.h>

Data Fields

struct {
   int   fd
 
user
 
struct {
   int   cookie
 
kernel
 

Detailed Description

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.

Definition at line 443 of file iorpc.h.

Field Documentation

int cookie

hv cookie returned by the pollfd_setup operation.

Definition at line 453 of file iorpc.h.

Pollable file descriptor.

Definition at line 447 of file iorpc.h.

struct { ... } kernel

pollfd as described by the kernel.

struct { ... } user

pollfd as described by user applications.


The documentation for this union was generated from the following file: