xrootd
Variables
XrdOssStatEvent Namespace Reference

Variables

static const int FileAdded = 1
 Path has been added. More...
 
static const int PendAdded = 2
 Path has been added in pending mode. More...
 
static const int FileRemoved = 0
 Path has been removed. More...
 

Detailed Description

Set file information.

When the arevents option is specified in the oss.statlib directive and the executable is the cmsd running in server mode, then the StatInfo function is also used to relay add/remove file requests send by the companion xrootd to the cmsd. The parameters then are as follows:

Parameters
path-> the file path whose whose stat information changed.
buff-> Nil; this indicates that stat information is being set.
optsOne of the following options:

Variable Documentation

◆ FileAdded

const int XrdOssStatEvent::FileAdded = 1
static

Path has been added.

◆ FileRemoved

const int XrdOssStatEvent::FileRemoved = 0
static

Path has been removed.

◆ PendAdded

const int XrdOssStatEvent::PendAdded = 2
static

Path has been added in pending mode.