{ DECK: DFT$PAGE_IO_RESPONSE.
{ This deck describes the format of the record which follows the
{ status_response record in the receive buffer. This buffer is received by
{ by the client in response to page I/O requests.

  TYPE
    dft$page_io_response = record
      segment_offset: ost$segment_offset,
      segment_length: ost$segment_length,
      global_file_name: dmt$global_file_name,
      eoi_byte_address: amt$file_byte_address,
      total_allocated_length: amt$file_byte_address,
    recend;

*copyc amt$file_byte_address
*copyc dmt$global_file_name
*copyc osd$virtual_address


