SBL_UnexportRecvBuf
SBL_UnexportRecvBuf unexports receive buffer.
Synopsis:
error = SBL_UnexportRecvBuf(int rbufid)
Parameters:
IN int rbufid: bufid of buffer to unexport.
Description:
SBL_UnexportRecvBuf unexports a receive buffer previously exported
by the calling process. All importers of this buffer are notified and their
rights to use this buffer as a message destination are revoked.
SBL_UnexportRecvBuf returns only after no more importers exist.
Return Values:
SBL_UnexportRecvBuf returns 0 on success or negative error code on
failure.
Copyright (c) 1995,
Princeton University