dpns_setrltime(3) - Linux man page
Name
dpns_setrltime - set replica lifetimeSynopsis
#include <sys/types.h>#include "dpns_api.h"
int dpns_setrltime (const char *sfn, time_t ltime)
Description
- sfn
- is the Physical File Name for the replica.
- ltime
- specifies the new lifetime.
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.