
{  This deck defines the content of the signal that is sent to a task that
{  page faults for a page that has requested a signal upon occurrence of
{  page faults for a page that is currently locked via the
{  mmp$select_signal_on_page_fault request.

  TYPE
    mmt$selected_page_fault_signal = record
      pva: ^cell,
      sfid: gft$system_file_identifier,
    recend;

*copyc gft$system_file_identifier
