logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Errors

       No error conditions are returned by pvm_getrbuf

Examples

       C:
            bufid = pvm_getrbuf();

       Fortran:
            CALL PVMFGETRBUF( BUFID )

Name

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

Parameters

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

See Also

pvm_getsbuf(3PVM)

                                                 30 August, 1993                                   GETRBUF(3PVM)

Synopsis

Cintbufid=pvm_getrbuf(void)Fortrancallpvmfgetrbuf(bufid)

See Also