SCASH_HOME(3)
SCASH Programmer's Manual
SCASH_HOME(3)
NAME
scash_home - change home node

SYNOPSIS
int scash_home(int home, char* shmem, int length)

DESCRIPTION
The home node for a shared memory area can be changed by using scash_home(). scash_home() changes length bytes of a shared memory area starting from shmem from the current home node to the node represented by home.

scash_home() must be called immediately after shared memory allocation.

RETURN VALUES
scash_home() returns 0 on success.

$Id: scash_home.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $