![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include <bus_types.h>
Data Fields | |
int | listener_count |
struct threadpool_config | threadpool_cfg |
bus_sink_cb * | sink_cb |
bus_unpack_cb * | unpack_cb |
bus_unexpected_msg_cb * | unexpected_msg_cb |
bus_error_cb * | error_cb |
int | log_level |
bus_log_cb * | log_cb |
void * | bus_udata |
Definition at line 163 of file bus_types.h.
int bus_config::listener_count |
Definition at line 165 of file bus_types.h.
struct threadpool_config bus_config::threadpool_cfg |
Definition at line 166 of file bus_types.h.
bus_sink_cb* bus_config::sink_cb |
Definition at line 169 of file bus_types.h.
bus_unpack_cb* bus_config::unpack_cb |
Definition at line 170 of file bus_types.h.
bus_unexpected_msg_cb* bus_config::unexpected_msg_cb |
Definition at line 171 of file bus_types.h.
bus_error_cb* bus_config::error_cb |
Definition at line 172 of file bus_types.h.
int bus_config::log_level |
Definition at line 174 of file bus_types.h.
bus_log_cb* bus_config::log_cb |
Definition at line 175 of file bus_types.h.
void* bus_config::bus_udata |
Definition at line 177 of file bus_types.h.