Pegasus InfoCorp: Web site design and web software development company

RBFPARMS (2)

rbfparms, rbfsweep, rbfsweep1, rbfudie, rbfwipe

- Control LAM remote buffers.

SYNOPSIS

    #include <bfreq.h>
    

    int rbfparms (int node, int *parms); int rbfsweep (int node); int rbfsweep1 (int node, int event); int rbfwipe (int node);

DESCRIPTION

    The remote function rbfparms() sets overall buffer parameters on the given node .

    Updated values are supplied in a buffer parameter structure, bfparms , defined in <bfreq.h>.

      1i 2i
      struct bfparms {
              int     bfp_maxspace;
              int     bfp_nspace;
      };