|
NAMEpvm_getrbuf - Returns the message buffer identifier for the active receive buffer.SYNOPSISC int bufid = pvm_getrbuf( void ) PARAMETERS
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)
Visit the GSP FreeBSD Man Page Interface. |