mail::account::poll.3x

Langue: en

Version: 05/24/2008 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

mail::account::poll - Wait for the next event

SYNOPSIS

mail::account::poll(std::vector<mail::pollfd> &pollfds, int timeout);

USAGE

mail::account::poll

is a C++ wrapper around the poll(2) system call, that receives C++ objects as arguments, instead of an array count, and a pointer.

RETURN CODES

mail::account::poll returns the exit code from poll(2).

SEE ALSO

mail::account::process(3x), poll(2).