
{ parameters received by client from server

  TYPE
    pft$df_purge_out = record
      authority: pft$authority,
      device_class: rmt$device_class,
      bytes_released: amt$file_byte_address,
      status_included: boolean,
    recend;

    { The status follows in this buffer, if included.

*copyc amt$file_byte_address
*copyc pft$authority
*copyc rmt$device_class
