Loading...
Searching...
No Matches
spdk_iobuf_opts Struct Reference

Data Fields

uint64_t small_pool_count
 Maximum number of small buffers.
 
uint64_t large_pool_count
 Maximum number of large buffers.
 
uint32_t small_bufsize
 Size of a single small buffer.
 
uint32_t large_bufsize
 Size of a single large buffer.
 
size_t opts_size
 The size of spdk_iobuf_opts according to the caller of this library is used for ABI compatibility.
 

Field Documentation

◆ opts_size

size_t spdk_iobuf_opts::opts_size

The size of spdk_iobuf_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: