|
xrootd
|
#include "XrdMon/XrdMonCommon.hh"#include "XrdMon/XrdMonTimer.hh"#include "XrdMon/XrdMonCtrBuffer.hh"#include "XrdMon/XrdMonCtrPacket.hh"#include <sys/socket.h>#include <assert.h>#include "XrdMon/XrdMonCtrDebug.hh"#include "XrdMon/XrdMonSenderInfo.hh"#include <iomanip>#include "XrdSys/XrdSysHeaders.hh"
Namespaces | |
| namespace | XrdMonCtrCollector |
Defines | |
| #define | PRINT_SPEED |
Functions | |
| void | printSpeed () |
| void * | receivePackets (void *) |
Variables | |
| int | XrdMonCtrCollector::port = DEFAULT_PORT |
| #define PRINT_SPEED |
| void printSpeed | ( | ) |
References XrdMonTimer::start(), XrdMonTimer::stop(), and XrdMonTimer::reset().
Referenced by receivePackets().
| void* receivePackets | ( | void * | ) |
References XrdMonCtrCollector::port, XrdMonCtrBuffer::instance(), MAXPACKETSIZE, socklen_t, XrdMonCtrPacket::sender, XrdMonCtrPacket::buf, XrdMonCtrDebug::_mutex, XrdMonCtrBuffer::push_back(), and printSpeed().
Referenced by main().
1.7.5