Go to the documentation of this file. 1 #ifndef __XRDCKSLOADER_HH__
2 #define __XRDCKSLOADER_HH__
33 #include "sys/types.h"
52 virtual int Config(
const char *Token,
char *Line);
58 virtual int Init(
const char *ConfigFN,
const char *AddCalc=0);
60 virtual char *
List(
const char *Pfn,
char *Buff,
int Blen,
char Sep=
' ');
62 virtual const char *
Name(
int seqNum=0);
66 virtual int Size(
const char *Name=0);
68 virtual int Set(
const char *Pfn,
XrdCksData &Cks,
int myTime=0);
83 virtual int Calc(
const char *Pfn, time_t &MTime,
XrdCksCalc *CksObj);
88 virtual int ModTime(
const char *Pfn, time_t &MTime);
100 {memset(Name, 0,
sizeof(Name));}
104 csInfo *
Find(
const char *Name);