
{ parameters sent from client to server

  TYPE
    pft$df_purge_in = record
      path_length: pft$file_path_index,
      cycle_selector: pft$cycle_selector,
      password: pft$password,
      purge_cycle_options: pft$purge_cycle_options,
      system_privilege: boolean,
      validation_ring: ost$valid_ring,
    recend;

    { Path follows in the buffer.

*copyc osd$virtual_address
*copyc pft$cycle_selector
*copyc pft$file_path_index
*copyc pft$password
*copyc pft$purge_cycle_options
