Data Fields | |
size_t | size |
The size of spdk_log_opts according to the caller of this library is used for ABI compatibility. | |
spdk_log_cb * | log |
spdk_log_open_cb * | open |
spdk_log_close_cb * | close |
void * | user_ctx |
size_t spdk_log_opts::size |
The size of spdk_log_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.