XRootD
XrdMonitor.cc File Reference
#include <stdio.h>
#include <string.h>
#include "Xrd/XrdMonitor.hh"
#include "Xrd/XrdMonRoll.hh"
#include "XrdSys/XrdSysError.hh"
+ Include dependency graph for XrdMonitor.cc:

Go to the source code of this file.

Namespaces

 XrdGlobal
 

Macros

#define Updt(x)   if (x >= bsize) return 0; bsize -= x; buff += x; bLen += x
 

Macro Definition Documentation

◆ Updt

#define Updt (   x)    if (x >= bsize) return 0; bsize -= x; buff += x; bLen += x

Definition at line 102 of file XrdMonitor.cc.