![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include <bus_types.h>
Data Fields | |
| bus_send_status_t | status |
| union { | |
| struct { | |
| const char * err_str | |
| } error_minutiae | |
| struct { | |
| int64_t seq_id | |
| void * opaque_msg | |
| } response | |
| } | u |
Definition at line 215 of file bus_types.h.
| bus_send_status_t bus_msg_result_t::status |
Definition at line 216 of file bus_types.h.
| const char* bus_msg_result_t::err_str |
Definition at line 219 of file bus_types.h.
| struct { ... } bus_msg_result_t::error_minutiae |
| int64_t bus_msg_result_t::seq_id |
Definition at line 223 of file bus_types.h.
| void* bus_msg_result_t::opaque_msg |
Definition at line 224 of file bus_types.h.
| struct { ... } bus_msg_result_t::response |
| union { ... } bus_msg_result_t::u |
1.8.8