debian man page for pvm_getsbuf

Query: pvm_getsbuf

OS: debian

Section: 3pvm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GETSBUF(3PVM)							  PVM Version 3.4						     GETSBUF(3PVM)

NAME
pvm_getsbuf - Returns the message buffer identifier for the active send buffer.
SYNOPSIS
C int bufid = pvm_getsbuf( void ) Fortran call pvmfgetsbuf( bufid )
PARAMETERS
bufid Integer returning message buffer identifier for the active send buffer.
DESCRIPTION
The routine pvm_getsbuf returns the message buffer identifier bufid for the active send buffer or 0 if there is no current buffer.
EXAMPLES
C: bufid = pvm_getsbuf(); Fortran: CALL PVMFGETSBUF( BUFID )
ERRORS
No error conditions are returned by pvm_getsbuf
SEE ALSO
pvm_getrbuf(3PVM) 30 August, 1993 GETSBUF(3PVM)
Related Man Pages
pvmfsetsbuf(3pvm) - redhat
pvm_getmwid(3pvm) - redhat
pvm_setmwid(3pvm) - redhat
pvm_setrbuf(3pvm) - redhat
pvmfsetrbuf(3pvm) - redhat
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?