Utility functions for manipulating the headers of RPC messages. More...
Functions | |
std::size_t | header_space () |
char * | extra_alloc (int i) |
void | populate_header (char *reply_buf, const std::size_t &payload_size, const Opcode &op, const node_id_t &from, const uint32_t &flags) |
void | retrieve_header (mutils::RemoteDeserialization_v *rdv, const char *reply_buf, std::size_t &payload_size, Opcode &op, node_id_t &from, uint32_t &flags) |
Utility functions for manipulating the headers of RPC messages.
|
inline |
Definition at line 556 of file rpc_utils.hpp.
|
inline |
Definition at line 551 of file rpc_utils.hpp.
|
inline |
Definition at line 561 of file rpc_utils.hpp.
|
inline |
Definition at line 577 of file rpc_utils.hpp.