![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include <bus_types.h>
Data Fields | |
bool | ok |
union { | |
struct { | |
void * msg | |
int64_t seq_id | |
} success | |
struct { | |
uintptr_t opaque_error_id | |
} error | |
} | u |
Definition at line 135 of file bus_types.h.
bool bus_unpack_cb_res_t::ok |
Definition at line 136 of file bus_types.h.
void* bus_unpack_cb_res_t::msg |
Definition at line 139 of file bus_types.h.
int64_t bus_unpack_cb_res_t::seq_id |
Definition at line 140 of file bus_types.h.
struct { ... } bus_unpack_cb_res_t::success |
uintptr_t bus_unpack_cb_res_t::opaque_error_id |
Definition at line 143 of file bus_types.h.
struct { ... } bus_unpack_cb_res_t::error |
union { ... } bus_unpack_cb_res_t::u |