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
GETSBUF(3PVM) PVM Version 3.4 GETSBUF(3PVM)

pvm_getsbuf - Returns the message buffer identifier for the active send buffer.

C	int bufid = pvm_getsbuf( void )

Fortran call pvmfgetsbuf( bufid )

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

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

C:
	bufid = pvm_getsbuf();

Fortran:
	CALL PVMFGETSBUF( BUFID )

No error conditions are returned by pvm_getsbuf

pvm_getrbuf(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.