PMISWRITEDONE(3)
PM Programmer's Manual
PMISWRITEDONE(3)
NAME
pmIsWriteDone - determine if all previous pmWrite()'s are done

SYNOPSIS
int pmIsWriteDone(pmContext *pmc);

ARGUMENTS
pmContext * pmc
IN
pmContext object

IMPLEMENTATION LEVEL
OPTIONAL (REMOTE_WRITE)

DESCRIPTION
pmIsWriteDone() determines if all previous pmWrite()'s are done, and all regions to be transferred can be altered.

NOTES
pmIsWriteDone() does not guarantee that the sent data has been written into the remote nodes.

RETURN VALUES
PM_SUCCESS All remote writes are done
EBUSY Some remote writes are not yet done
EIO Error occured in some remote writes
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.