#include "XrdMon/XrdMonTypes.hh"
Go to the source code of this file.
Enumerations | |
enum | AdminCommand |
enum | |
Variables | |
const kXR_int32 | MAXPACKETSIZE = 65536 |
const kXR_int16 | HDRLEN = 8 |
const kXR_int16 | TRACEELEMLEN = 16 |
const kXR_int16 | TRACELEN = 16 |
const char * | DEFAULT_HOST |
const int | DEFAULT_PORT |
const kXR_char | PACKET_TYPE_ADMIN = 'A' |
const kXR_char | PACKET_TYPE_DICT = 'd' |
const kXR_char | PACKET_TYPE_INFO = 'i' |
const kXR_char | PACKET_TYPE_STAGE = 's' |
const kXR_char | PACKET_TYPE_TRACE = 't' |
const kXR_char | PACKET_TYPE_USER = 'u' |
const char | XROOTD_MON_RWREQUESTMASK = 0x80 |
const kXR_int16 | XRDMON_VERSION = 4 |
anonymous enum |
Definition at line 56 of file XrdMonCommon.hh.
enum AdminCommand |
Definition at line 52 of file XrdMonCommon.hh.
const char* DEFAULT_HOST |
const int DEFAULT_PORT |
Definition at line 21 of file XrdMonCommon.hh.
Referenced by debugDictPacket(), debugDisconnect(), debugTracePacket(), debugUserPacket(), XrdMonHeader::decode(), XrdMonCtrAdmin::decodeAdminPacket(), doDecoding(), dumpOnePacket(), XrdMonDecOnePacket::init(), main(), XrdMonDecPacketDecoder::operator()(), and XrdMonSndCoder::prepare2Transfer().
const kXR_int32 MAXPACKETSIZE = 65536 |
Definition at line 20 of file XrdMonCommon.hh.
Referenced by doDecoding(), dumpOnePacket(), main(), XrdMonSndCoder::prepare2Transfer(), and receivePackets().
const kXR_char PACKET_TYPE_ADMIN = 'A' |
Definition at line 31 of file XrdMonCommon.hh.
Referenced by XrdMonHeader::decode(), XrdMonCtrAdmin::isAdminPacket(), and XrdMonSndCoder::prepare2Transfer().
const kXR_char PACKET_TYPE_DICT = 'd' |
Definition at line 32 of file XrdMonCommon.hh.
Referenced by XrdMonHeader::decode(), XrdMonDecOnePacket::init(), main(), XrdMonDecPacketDecoder::operator()(), and XrdMonSndCoder::prepare2Transfer().
const kXR_char PACKET_TYPE_INFO = 'i' |
Definition at line 33 of file XrdMonCommon.hh.
const kXR_char PACKET_TYPE_STAGE = 's' |
Definition at line 34 of file XrdMonCommon.hh.
Referenced by XrdMonHeader::decode(), main(), XrdMonDecPacketDecoder::operator()(), and XrdMonSndCoder::prepare2Transfer().
const kXR_char PACKET_TYPE_TRACE = 't' |
Definition at line 35 of file XrdMonCommon.hh.
Referenced by XrdMonHeader::decode(), main(), XrdMonDecPacketDecoder::operator()(), and XrdMonSndCoder::prepare2Transfer().
const kXR_char PACKET_TYPE_USER = 'u' |
Definition at line 36 of file XrdMonCommon.hh.
Referenced by XrdMonHeader::decode(), main(), and XrdMonDecPacketDecoder::operator()().
const kXR_int16 TRACEELEMLEN = 16 |
Definition at line 26 of file XrdMonCommon.hh.
Referenced by debugTracePacket(), XrdMonDecPacketDecoder::decodeTracePacket(), XrdMonDecPacketDecoder::prepareTimestamp(), and prepareTimestamp().
const kXR_int16 XRDMON_VERSION = 4 |
Definition at line 50 of file XrdMonCommon.hh.
Referenced by XrdMonDecSink::addVersion(), and main().
const char XROOTD_MON_RWREQUESTMASK = 0x80 |
Definition at line 38 of file XrdMonCommon.hh.
Referenced by debugTracePacket(), and XrdMonDecPacketDecoder::decodeTracePacket().