GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GETRBUF(3PVM) PVM Version 3.4 GETRBUF(3PVM)

pvm_getrbuf - Returns the message buffer identifier for the active receive buffer.

C	int bufid = pvm_getrbuf( void )

Fortran call pvmfgetrbuf( bufid )

bufid
Integer returning message buffer identifier for the active receive buffer.

The routine pvm_getrbuf returns the message buffer identifier bufid for the active receive buffer or 0 if there is no current buffer.

C:
	bufid = pvm_getrbuf();

Fortran:
	CALL PVMFGETRBUF( BUFID )

No error conditions are returned by pvm_getrbuf

pvm_getsbuf(3PVM)
30 August, 1993

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.