|
NAMEpvm_getsbuf - Returns the message buffer identifier for the active send buffer.SYNOPSISC int bufid = pvm_getsbuf( void ) PARAMETERS
DESCRIPTIONThe routine pvm_getsbuf returns the message buffer identifier bufid for the active send buffer or 0 if there is no current buffer.EXAMPLESC: bufid = pvm_getsbuf(); Fortran: CALL PVMFGETSBUF( BUFID ) ERRORSNo error conditions are returned by pvm_getsbufSEE ALSOpvm_getrbuf(3PVM)
Visit the GSP FreeBSD Man Page Interface. |