tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
pollfd
tango
stdc
posix
poll
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
pollfd
struct
pollfd
struct
pollfd
struct
pollfd
version(!linux && !darwin && !FreeBSD && solaris)
extern (
C
)
struct
pollfd {
int
fd
;
short
events
;
short
revents
;
}
Members
Variables
events
short
events
;
Undocumented in source.
fd
int
fd
;
Undocumented in source.
revents
short
revents
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
poll
aliases
nfds_t
functions
poll
structs
pollfd
variables
POLLERR
POLLHUP
POLLIN
POLLNVAL
POLLOUT
POLLPRI
POLLRDBAND
POLLRDNORM
POLLWRBAND
POLLWRNORM