Query: pvm_getrbuf
OS: redhat
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETRBUF(3PVM) PVM Version 3.4 GETRBUF(3PVM)NAMEpvm_getrbuf - Returns the message buffer identifier for the active receive buffer.SYNOPSISC int bufid = pvm_getrbuf( void ) Fortran call pvmfgetrbuf( bufid )PARAMETERSbufid Integer returning message buffer identifier for the active receive buffer.DESCRIPTIONThe routine pvm_getrbuf returns the message buffer identifier bufid for the active receive buffer or 0 if there is no current buffer.EXAMPLESC: bufid = pvm_getrbuf(); Fortran: CALL PVMFGETRBUF( BUFID )ERRORSNo error conditions are returned by pvm_getrbufSEE ALSOpvm_getsbuf(3PVM) 30 August, 1993 GETRBUF(3PVM)