{Define information kept in the AJL to control swap IO initiation

  TYPE
    jst$io_control_information = record
        spd_index: mmt$page_frame_index,
        next_queue_id: mmt$page_frame_queue_id,
        next_pfti: mmt$page_frame_index,
        stop_pfti: mmt$page_frame_index,
        swap_file_descriptor_pfti: mmt$page_frame_index,
    RECEND;

*copyc mmt$page_frame_queue_id
*copyc mmt$page_frame_index
