pvm_getrbuf - Returns the message buffer identifier for the active receive buffer.
Contents
Description
The routine pvm_getrbuf returns the message buffer identifier bufid for the active receive buffer or 0 if
there is no current buffer.
Errors
No error conditions are returned by pvm_getrbufExamples
C:
bufid = pvm_getrbuf();
Fortran:
CALL PVMFGETRBUF( BUFID )
Name
pvm_getrbuf - Returns the message buffer identifier for the active receive buffer.
Parameters
bufid Integer returning message buffer identifier for the active receive buffer.
See Also
pvm_getsbuf(3PVM) 30 August, 1993 GETRBUF(3PVM)
Synopsis
Cintbufid=pvm_getrbuf(void)Fortrancallpvmfgetrbuf(bufid)
