XrdCksPCB Class Reference

#include <XrdCks.hh>

List of all members.

Public Member Functions

virtual void Info (long long fsize, long long csbytes)
 XrdCksPCB ()
virtual ~XrdCksPCB ()

Public Attributes

long long rsvd

Detailed Description

This class defines the checksum management interface. It should be used as the base class for a plugin. When used that way, the shared library holding the plugin must define a "C" entry point named XrdCksInit() as described at the end of this include file. Note that you can also base you plugin on the native implementation, XrdCks, and replace only selected methods.

The XrdCksPCB object defines a callabck hat allows he caller to monitor the progress of a checksum calculation (calc or verify).


Constructor & Destructor Documentation

XrdCksPCB::XrdCksPCB (  )  [inline]
virtual XrdCksPCB::~XrdCksPCB (  )  [inline, virtual]

Member Function Documentation

virtual void XrdCksPCB::Info ( long long  fsize,
long long  csbytes 
) [virtual]

Report checksum progress.

Parameters:
fsize The file size in bytes.
csbytes Bytes checksummed so far.

Member Data Documentation

long long XrdCksPCB::rsvd

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 7 Jul 2020 for xrootd by  doxygen 1.6.1