Pollable I/O target returned by BIO_get_rpoll_descriptor / BIO_get_wpoll_descriptor.
Declared in <openssl/bio.h>
struct bio_poll_descriptor_st;
| Name | Description |
|---|---|
Unnamed union | Active poll target; which arm is valid depends on type. |
| Name | Description |
|---|---|
type | Discriminator: BIO_POLL_DESCRIPTOR_TYPE_* (NONE, SOCK_FD, SSL, or custom). |
value | Active poll target; which arm is valid depends on type. |