PMREMOVENODE(3)
PM Programmer's Manual
PMREMOVENODE(3)
NAME
pmRemoveNode - remove a node

SYNOPSIS
int pmRemoveNode(pmContext *pmc, int node);

ARGUMENTS
pmContext * pmc
IN
pmContext object: must be a PM_COMPOSITE type
int node
IN
Node number in pmc

IMPLEMENTATION LEVEL
DEVICE DEPENDENT

DESCRIPTION
pmRemoveNode() removes a member node from node in pmc.

NOTES
Only PM_COMPOSITE contexts supports this operation.

RETURN VALUES
PM_SUCCESS Success
EINVAL Invalid node number
No context is associated with node
EIO Internal error
ENOSYS Operation not supported


CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.