1GETSBUF(3PVM) PVM Version 3.4 GETSBUF(3PVM)
2
3
4
6 pvm_getsbuf - Returns the message buffer identifier for the active send
7 buffer.
8
9
11 C int bufid = pvm_getsbuf( void )
12
13 Fortran call pvmfgetsbuf( bufid )
14
15
17 bufid Integer returning message buffer identifier for the active send
18 buffer.
19
20
22 The routine pvm_getsbuf returns the message buffer identifier bufid for
23 the active send buffer or 0 if there is no current buffer.
24
25
27 C:
28 bufid = pvm_getsbuf();
29
30 Fortran:
31 CALL PVMFGETSBUF( BUFID )
32
33
35 No error conditions are returned by pvm_getsbuf
36
38 pvm_getrbuf(3PVM)
39
40
41
42 30 August, 1993 GETSBUF(3PVM)