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