XRootD
XrdOfsEvsMsg Class Reference
+ Collaboration diagram for XrdOfsEvsMsg:

Public Member Functions

 XrdOfsEvsMsg (char *tval=0, int big=0)
 
 ~XrdOfsEvsMsg ()
 

Public Attributes

int isBig
 
XrdOfsEvsMsgnext
 
char * text
 
int tlen
 

Detailed Description

Definition at line 52 of file XrdOfsEvs.cc.

Constructor & Destructor Documentation

◆ XrdOfsEvsMsg()

XrdOfsEvsMsg::XrdOfsEvsMsg ( char *  tval = 0,
int  big = 0 
)
inline

Definition at line 61 of file XrdOfsEvs.cc.

62  {text = tval; tlen=0; isBig = big; next=0;}
XrdOfsEvsMsg * next
Definition: XrdOfsEvs.cc:56
char * text
Definition: XrdOfsEvs.cc:57

References isBig, next, text, and tlen.

◆ ~XrdOfsEvsMsg()

XrdOfsEvsMsg::~XrdOfsEvsMsg ( )
inline

Definition at line 64 of file XrdOfsEvs.cc.

64 {if (text) free(text);}

References text.

Member Data Documentation

◆ isBig

int XrdOfsEvsMsg::isBig

Definition at line 59 of file XrdOfsEvs.cc.

Referenced by XrdOfsEvsMsg().

◆ next

XrdOfsEvsMsg* XrdOfsEvsMsg::next

◆ text

char* XrdOfsEvsMsg::text

Definition at line 57 of file XrdOfsEvs.cc.

Referenced by XrdOfsEvsMsg(), ~XrdOfsEvsMsg(), XrdOfsEvs::Notify(), and XrdOfsEvs::sendEvents().

◆ tlen

int XrdOfsEvsMsg::tlen

Definition at line 58 of file XrdOfsEvs.cc.

Referenced by XrdOfsEvsMsg(), XrdOfsEvs::Notify(), and XrdOfsEvs::sendEvents().


The documentation for this class was generated from the following file: