cr_set_node(3) Library Functions Manual cr_set_node(3)
NAME
cr_set_node - set node number
SYNOPSIS
DESCRIPTION
The function expects the physical node number passed in The node number will be used by and to access the node private memory contained on
a particular node. This function is only valid for (version 4) dumps. If the argument is non-NULL, the address referenced by will be set
to the previous node number. If is NULL, the previous node number will not be returned.
RETURN VALUE
Returns zero for success. Other possible return values are described in libcrash(5).
EXAMPLES
Assuming a process opened a crash dump, the following call to sets the physical node number to zero.
AUTHOR
was developed by HP.
SEE ALSO
cr_open(3), libcrash(5).
cr_set_node(3)