#include <P_ClusterHandler.h>
Inherits ClusterControl.
Public Member Functions | |
IncomingControl () | |
void | alloc_data (bool align_int32_on_non_int64_boundary=true) |
virtual void | freeall () |
Static Public Member Functions | |
static IncomingControl * | alloc () |
Data Fields | |
ink_hrtime | recognized_time |
Definition at line 127 of file P_ClusterHandler.h.
IncomingControl::IncomingControl | ( | ) |
Definition at line 162 of file ClusterHandlerBase.cc.
IncomingControl * IncomingControl::alloc | ( | ) | [static] |
Definition at line 157 of file ClusterHandlerBase.cc.
References inControlAllocator.
Referenced by ClusterHandler::build_initial_vector(), ClusterHandler::process_small_control_msgs(), and set_channel_data_ClusterFunction().
void IncomingControl::alloc_data | ( | bool | align_int32_on_non_int64_boundary = true |
) | [inline] |
Definition at line 134 of file P_ClusterHandler.h.
References ClusterControl::real_alloc_data().
Referenced by ClusterHandler::build_initial_vector(), ClusterHandler::process_small_control_msgs(), and set_channel_data_ClusterFunction().
void IncomingControl::freeall | ( | ) | [virtual] |
Implements ClusterControl.
Definition at line 168 of file ClusterHandlerBase.cc.
References ClusterControl::free_data(), and inControlAllocator.
Referenced by ClusterHandler::process_incoming_callouts(), ClusterHandler::process_large_control_msgs(), ClusterHandler::protoZombieEvent(), and set_channel_data_ClusterFunction().
Definition at line 129 of file P_ClusterHandler.h.
Referenced by ClusterHandler::build_initial_vector(), ClusterHandler::process_incoming_callouts(), and ClusterHandler::process_small_control_msgs().