bio_poll_descriptor_st::Unnamed union

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

Synopsis

Declared in <openssl/bio.h>

union Unnamed union;

Data Members

NameDescription
custom [variant member]Application-defined pointer for custom poll descriptor types.
custom_ui [variant member]Application-defined integer for custom poll descriptor types.
fd [variant member]Socket or file descriptor when type is BIO_POLL_DESCRIPTOR_TYPE_SOCK_FD.
ssl [variant member]SSL object when type is BIO_POLL_DESCRIPTOR_TYPE_SSL.