xrootd
|
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... | |
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:
path | -> the file path whose whose stat information changed. |
buff | -> Nil; this indicates that stat information is being set. |
opts | One of the following options: |
|
static |
Path has been added.
|
static |
Path has been removed.
|
static |
Path has been added in pending mode.