Loading...
Searching...
No Matches
spdk_sock_initialize_opts Struct Reference

Options for the socket library. More...

#include <sock.h>

Data Fields

size_t opts_size
 The size of spdk_sock_initialize_opts according to the caller of this library is used for ABI compatibility.
 
bool enable_interrupt_mode
 

Detailed Description

Options for the socket library.

Field Documentation

◆ opts_size

size_t spdk_sock_initialize_opts::opts_size

The size of spdk_sock_initialize_opts according to the caller of this library is used for ABI compatibility.

The library uses this field to know how many fields in this structure are valid. And the library will populate any remaining fields with default values.


The documentation for this struct was generated from the following file: