#include <sandesh.h>
|
const char * | name |
|
u_int32_t | size |
|
int32_t(* | read )(void *, ThriftProtocol *, int *) |
|
int32_t(* | read_binary_from_buffer )(void *, uint8_t *, const size_t, int *) |
|
int32_t(* | write )(void *, ThriftProtocol *, int *) |
|
int32_t(* | write_binary_to_buffer )(void *, uint8_t *, const size_t, int *) |
|
void(* | process )(void *) |
|
void(* | free )(void *) |
|
Definition at line 98 of file sandesh.h.
void(* sandesh_info_s::free)(void *) |
const char* sandesh_info_s::name |
void(* sandesh_info_s::process)(void *) |
int32_t(* sandesh_info_s::read_binary_from_buffer)(void *, uint8_t *, const size_t, int *) |
u_int32_t sandesh_info_s::size |
int32_t(* sandesh_info_s::write_binary_to_buffer)(void *, uint8_t *, const size_t, int *) |
The documentation for this struct was generated from the following file: