PMGETNODELIST(3) |
PM Programmer's Manual |
PMGETNODELIST(3) |
- NAME
-
pmGetNodeList - extract a device node list
- SYNOPSIS
-
int pmGetNodeList(pmDevice *pmd, const char **nodep, int *nnodep);
- ARGUMENTS
-
pmDevice * |
pmd |
IN |
pmDevice object |
const char ** |
nodep |
OUT |
Array of node names |
int * |
nnodep |
OUT |
Number of nodes |
- IMPLEMENTATION LEVEL
-
BASE
- DESCRIPTION
-
pmGetNodeList
() extracts a device node list.
- NOTES
-
The caller must not free or alter the returned strings.
- RETURN VALUES
-
PM_SUCCESS |
Success |
ENOMEM |
Not enough memory |
- CREDIT
- This document is a part of the SCore cluster system software
developed at Real World Computing Partnership, Japan.
Copyright (c) 2000, 1999 Real World Computing Partnership.