SCASH_FLUSH(3)
SCASH Programmer's Manual
SCASH_FLUSH(3)
NAME
scash_flush - flush shared memory

SYNOPSIS
int scash_flush(char* update, int length)

DESCRIPTION
scash_flush() sends length bytes of shared memory data starting at update to the home node. In the home node, the specified shared memory area will be updated.

RETURN VALUES
scash_flush() returns 0 on success.

SEE ALSO
scash_update(3), scash_refresh(3)

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