LFC_SETRATIME(3) | LFC Library Functions | LFC_SETRATIME(3) |
lfc_setratime - set replica last access (read) date
#include <sys/types.h>
#include "lfc_api.h"
int lfc_setratime (const char *sfn)
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.
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
$Date: 2005/04/27 09:11:24 $ | LFC |