LFC_SETRLTIME(3) | LFC Library Functions | LFC_SETRLTIME(3) |
lfc_setrltime - set replica lifetime
#include <sys/types.h>
#include "lfc_api.h"
int lfc_setrltime (const char *sfn, time_t ltime)
lfc_setrltime sets the lifetime for a file replica to a given time. This function should be called everytime a file replica is created or when its lifetime is extended.
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
$Date: 2006/12/01 09:19:37 $ | LFC |