Content-type: text/html Man page of LFC_SETRATIME

LFC_SETRATIME

Section: LFC Library Functions (3)
Updated: $Date: 2005/04/27 09:11:24 $
Index Return to Main Contents
 

NAME

lfc_setratime - set replica last access (read) date  

SYNOPSIS

#include <sys/types.h>
#include "lfc_api.h"

int lfc_setratime (const char *sfn)  

DESCRIPTION

lfc_setratime set the replica last access (read) date to the current time and increments the counter of accesses to the replica. This function should be called everytime a file replica is accessed.
sfn
is the Physical File Name for the replica.
 

RETURN VALUE

This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.  

ERRORS

ENOENT
The named replica does not exist.
EACCES
Search permission is denied on a component of the file prefix or the caller effective user ID does not match the owner ID of the file or read permission on the file itself is denied.
EFAULT
sfn is a NULL pointer.
ENAMETOOLONG
The length of sfn exceeds CA_MAXSFNLEN.
SENOSHOST
Host unknown.
SENOSSERV
Service unknown.
SECOMERR
Communication error.
ENSNACT
Name server is not running or is being shutdown.
 

SEE ALSO

Castor_limits(4), lfc_listreplica(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 11:46:11 GMT, June 26, 2009