Query: pvmfsetsbuf
OS: debian
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SETSBUF(3PVM) PVM Version 3.4 SETSBUF(3PVM)NAMEpvm_setsbuf - Switches the active send buffer.SYNOPSISC int oldbuf = pvm_setsbuf( int bufid ) Fortran call pvmfsetsbuf( bufid, oldbuf )PARAMETERSbufid Integer the message buffer identifier for the new active send buffer. A value of 0 indicates the default receive buffer. oldbuf Integer returning the message buffer identifier for the previous active send buffer.DESCRIPTIONThe routine pvm_setsbuf switches the active send buffer to bufid and saves the previous active send buffer oldbuf. If bufid is set to 0 then the present active send buffer is saved and no active send buffer exists. The routine is required when managing multiple message buffers. For example switching back and forth between two buffers. One buffer could be used to send information to a graphical interface while a second buffer could be used send data to other tasks in the application.EXAMPLESC: sbuf1 = pvm_setsbuf( sbuf2 ); Fortran: CALL PVMFSETSBUF( NEWBUF, OLDBUF )ERRORSThese error conditions can be returned by pvm_setsbuf PvmBadParam giving an invalid bufid. PvmNoSuchBuf switching to a non-existent message buffer.SEE ALSOpvm_setrbuf(3PVM) 30 August, 1993 SETSBUF(3PVM)
Related Man Pages |
---|
pvmfsetsbuf(3pvm) - redhat |
pvm_recv(3pvm) - redhat |
pvm_setrbuf(3pvm) - redhat |
pvm_setsbuf(3pvm) - redhat |
pvmffreebuf(3pvm) - debian |
Similar Topics in the Unix Linux Community |
---|
active working |
Send/Receive buffer size?? |
expect_out(buffer) empty |
lo! |
expect_out buffer no such variable running script background |