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 |
Options for the socket library.
| 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.