
{ Define the type definition for the monitor request to change the calling job's
{ ring 1 stack to a transient segment during job termination.

  TYPE
    mmt$rb_lock_ring_1_stack = record
      request_code: ALIGNED [0 MOD 8] syt$monitor_request_code,
      status: syt$monitor_status,
      disk_file_descriptor_offset: ost$valid_relative_pointer,
    recend;

*copyc osd$virtual_address
*copyc syc$monitor_request_codes
*copyc syt$monitor_request_code
