#include <P_ClusterHandler.h>
Public Member Functions | |
void | SwapBytes () |
Data Fields | |
uint32_t | type:1 |
uint32_t | channel:15 |
uint16_t | sequence_number |
uint32_t | length |
Definition at line 170 of file P_ClusterHandler.h.
void Descriptor::SwapBytes | ( | ) | [inline] |
Definition at line 177 of file P_ClusterHandler.h.
References ats_swap16(), ats_swap32(), length, and sequence_number.
Referenced by ClusterHandler::swap_descriptor_bytes().
uint32_t Descriptor::channel |
Definition at line 173 of file P_ClusterHandler.h.
Referenced by ClusterHandler::build_controlmsg_descriptors(), ClusterHandler::build_freespace_descriptors(), ClusterHandler::build_initial_vector(), ClusterHandler::build_write_descriptors(), ClusterHandler::dump_read_msg(), ClusterHandler::dump_write_msg(), ClusterHandler::free_locks(), ClusterHandler::get_read_locks(), ClusterHandler::get_write_locks(), ClusterHandler::process_freespace_msgs(), ClusterHandler::update_channels_partial_read(), ClusterHandler::update_channels_read(), and ClusterHandler::update_channels_written().
uint32_t Descriptor::length |
Definition at line 175 of file P_ClusterHandler.h.
Referenced by ClusterHandler::build_controlmsg_descriptors(), ClusterHandler::build_freespace_descriptors(), ClusterHandler::build_initial_vector(), ClusterHandler::build_write_descriptors(), ClusterHandler::dump_read_msg(), ClusterHandler::dump_write_msg(), ClusterHandler::process_freespace_msgs(), SwapBytes(), ClusterHandler::update_channels_partial_read(), ClusterHandler::update_channels_read(), and ClusterHandler::update_channels_written().
uint16_t Descriptor::sequence_number |
Definition at line 174 of file P_ClusterHandler.h.
Referenced by ClusterHandler::build_controlmsg_descriptors(), ClusterHandler::build_freespace_descriptors(), ClusterHandler::build_initial_vector(), ClusterHandler::build_write_descriptors(), ClusterHandler::dump_read_msg(), ClusterHandler::dump_write_msg(), ClusterHandler::get_read_locks(), ClusterHandler::get_write_locks(), ClusterHandler::process_freespace_msgs(), SwapBytes(), ClusterHandler::update_channels_partial_read(), ClusterHandler::update_channels_read(), and ClusterHandler::update_channels_written().
uint32_t Descriptor::type |
Definition at line 172 of file P_ClusterHandler.h.
Referenced by ClusterHandler::build_controlmsg_descriptors(), ClusterHandler::build_freespace_descriptors(), ClusterHandler::build_initial_vector(), ClusterHandler::build_write_descriptors(), ClusterHandler::dump_read_msg(), ClusterHandler::dump_write_msg(), ClusterHandler::free_locks(), ClusterHandler::get_read_locks(), ClusterHandler::get_write_locks(), ClusterHandler::process_freespace_msgs(), ClusterHandler::update_channels_partial_read(), ClusterHandler::update_channels_read(), and ClusterHandler::update_channels_written().