LFC_SETATIME(3) | LFC Library Functions | LFC_SETATIME(3) |
lfc_setatime - set last access time for a regular file to the current time
#include <sys/types.h>
#include "lfc_api.h"
int lfc_setatime (const char *path, struct lfc_fileid *file_uniqueid)
lfc_setatime sets the last access time for a regular file to the current time. This function should only be called by the stager after the file has been successfully recalled and every time a stagein requests this file, even if the file already resides in the disk pool. The file can be identified by path name or by file_uniqueid. If both are specified, file_uniqueid is used.
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
LCG Grid Deployment Team
$Date: 2001/10/04 12:12:50 $ | LFC |