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

Name

Description

Unnamed union

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

Data Members

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.

Created with MrDocs