One pollable resource and event masks for an SSL_poll() array entry.
Declared in <openssl/ssl.h>
struct ssl_poll_item_st;
| 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(). |