bio_poll_descriptor_st

Pollable I/O target returned by BIO_get_rpoll_descriptor / BIO_get_wpoll_descriptor.

Synopsis

Declared in <openssl/bio.h>

struct bio_poll_descriptor_st;

Types

NameDescription
Unnamed union Active poll target; which arm is valid depends on type.

Data Members

NameDescription
type Discriminator: BIO_POLL_DESCRIPTOR_TYPE_* (NONE, SOCK_FD, SSL, or custom).
value Active poll target; which arm is valid depends on type.