One pollable resource and event masks for an SSL_poll() array entry.

Synopsis

Declared in <openssl/ssl.h>

struct ssl_poll_item_st;

Data Members

Name

Description

desc

Pollable resource to query (typically an SSL via SSL_as_poll_descriptor()).

events

Bitmask of SSL_POLL_EVENT_* conditions the caller wants to observe.

revents

Bitmask of SSL_POLL_EVENT_* conditions that actually apply after SSL_poll().

Created with MrDocs