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