pvm_getrbuf(3pvm) debian man page | unix.com

Man Page: pvm_getrbuf

Operating Environment: debian

Section: 3pvm

GETRBUF(3PVM)							  PVM Version 3.4						     GETRBUF(3PVM)

NAME
pvm_getrbuf - Returns the message buffer identifier for the active receive buffer.
SYNOPSIS
C int bufid = pvm_getrbuf( void ) Fortran call pvmfgetrbuf( bufid )
PARAMETERS
bufid Integer returning message buffer identifier for the active receive buffer.
DESCRIPTION
The routine pvm_getrbuf returns the message buffer identifier bufid for the active receive buffer or 0 if there is no current buffer.
EXAMPLES
C: bufid = pvm_getrbuf(); Fortran: CALL PVMFGETRBUF( BUFID )
ERRORS
No error conditions are returned by pvm_getrbuf
SEE ALSO
pvm_getsbuf(3PVM) 30 August, 1993 GETRBUF(3PVM)
Related Man Pages
pvm_setrbuf(3pvm) - redhat
pvmffreebuf(3pvm) - redhat
pvm_freebuf(3pvm) - debian
pvm_setrbuf(3pvm) - debian
pvm_setsbuf(3pvm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com