spdk_nvmf_listen_opts Struct Reference
Collaboration diagram for spdk_nvmf_listen_opts:

Data Fields

size_t opts_size
 The size of spdk_nvmf_listen_opts according to the caller of this library is used for ABI compatibility. More...
 
const struct spdk_json_valtransport_specific
 
bool secure_channel
 Indicates that all newly established connections shall immediately establish a secure channel, prior to any authentication.
 
uint8_t reserved1 [3]
 
enum spdk_nvme_ana_state ana_state
 Asymmetric Namespace Access state Optional parameter, which defines ANA_STATE that will be set for all ANA groups in this listener, when the listener is added to the subsystem. More...
 

Field Documentation

◆ ana_state

enum spdk_nvme_ana_state spdk_nvmf_listen_opts::ana_state

Asymmetric Namespace Access state Optional parameter, which defines ANA_STATE that will be set for all ANA groups in this listener, when the listener is added to the subsystem.

If not specified, SPDK_NVME_ANA_OPTIMIZED_STATE will be set by default.

◆ opts_size

size_t spdk_nvmf_listen_opts::opts_size

The size of spdk_nvmf_listen_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. New added fields should be put at the end of the struct.


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