lltgetnodestatus (3N)

NAME

lltgetnodestatus - get node status.

SYNOPSIS

cc [file...] file... -llltdb [library...]

#include <sys/lltapi.h>
int lltgetnodestatus();

DESCRIPTION

This function obtains the status of the local node.

RETURN VALUES

On success, the function returns the node status as an integer value. The possible return values are:
        LLT_NODE_EXCLUDE         LLT_NODE_IDLE         LLT_NODE_CONNWAIT         LLT_NODE_AKWAIT         LLT_NODE_OPEN         LLT_NODE_DISCON         LLT_NODE_INVAL On failure, the function returns one of the following errors: ERR_LLT_NOT_LOADED:
Indicates that LLT is not loaded. ERR_LLT_NOT_CONFIGURED:
Indicates that LLT is not configured.

FILES

/usr/lib/liblltdb.so.1
/usr/include/sys/lltapi.h

SEE ALSO

lltgetclustid(3N), lltgetnodeid(3N)


VCS 5.1 SP1 lltgetnodestatus (3N)