1#ifndef XRD_CLOGCONNECTION_H 
    2#define XRD_CLOGCONNECTION_H 
   39#include "XProtocol/XPtypes.hh" 
   66   int                               ReadRaw(
void *buffer, 
int BufferLength);
 
   72    int                               WriteRaw(
const void *buffer, 
int BufferLength, 
int substreamid);
 
XrdClientSid * fSidManager
 
XrdClientPhyConnection * fPhyConnection
 
XrdClientLogConnection(XrdClientSid *sidmgr)
 
virtual ~XrdClientLogConnection()
 
int WriteRaw(const void *buffer, int BufferLength, int substreamid)
 
UnsolRespProcResult ProcessUnsolicitedMsg(XrdClientUnsolMsgSender *sender, XrdClientMessage *unsolmsg)
 
void SetPhyConnection(XrdClientPhyConnection *PhyConn)
 
XrdClientPhyConnection * GetPhyConnection()
 
int ReadRaw(void *buffer, int BufferLength)