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_getsbuf - Returns the message buffer identifier for the active send buffer.

Description

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

Errors

       No error conditions are returned by pvm_getsbuf

Examples

       C:
            bufid = pvm_getsbuf();

       Fortran:
            CALL PVMFGETSBUF( BUFID )

Name

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

Parameters

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

See Also

pvm_getrbuf(3PVM)

                                                 30 August, 1993                                   GETSBUF(3PVM)

Synopsis

Cintbufid=pvm_getsbuf(void)Fortrancallpvmfgetsbuf(bufid)

See Also