lfc_starttrans(3) - Linux man page
Name
lfc_starttrans - start transaction modeSynopsis
#include <sys/types.h>#include "lfc_api.h"
int lfc_starttrans (char *server, char *comment);
Description
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
- EINVAL
- The length of comment exceeds CA_MAXCOMMENTLEN.
- SENOSHOST
- Host unknown.
- SENOSSERV
- Service unknown.
- SECOMERR
- Communication error.
- ENSNACT
- Name server is not running or is being shutdown.