LFC_SETPTIME(3) | LFC Library Functions | LFC_SETPTIME(3) |
lfc_setptime - set replica pin time
#include <sys/types.h>
#include "lfc_api.h"
int lfc_setptime (const char *sfn, time_t ptime)
lfc_setptime sets the pin time for a file replica to a given time. This function should be called everytime a file replica is created, when its lifetime is extended or when the replica is released.
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 |