0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
Hypertable::PollDescriptorT Struct Reference

Socket descriptor poll state for use with POSIX poll() More...

#include <Reactor.h>

Collaboration diagram for Hypertable::PollDescriptorT:
Collaboration graph
[legend]

Public Attributes

struct pollfd pollfd
 Descriptor state structure passed into poll() More...
 
IOHandlerhandler
 I/O handler associated with descriptor. More...
 

Detailed Description

Socket descriptor poll state for use with POSIX poll()

Definition at line 56 of file Reactor.h.

Member Data Documentation

IOHandler* Hypertable::PollDescriptorT::handler

I/O handler associated with descriptor.

Definition at line 60 of file Reactor.h.

struct pollfd Hypertable::PollDescriptorT::pollfd

Descriptor state structure passed into poll()

Definition at line 58 of file Reactor.h.


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