{ This deck defines system core flag numbers.
{ Please note that the order of these flags is very important.
{ The flags are processed from lowest to highest number.
{ Any changes made to this deck, must also be reflected in
{ the assembly language version- SYA$MONITOR_FLAG_HANDLERS.
{
{ NOTE: If TYPE declarations or record fields are added/changed/deleted, please
{   make the appropriate changes in the corresponding display procedures in the
{   module(s) for the System Core Debugger: SYM$DEBUG, SYM$DEBUG1
{


  TYPE
    syt$monitor_flag = (tmc$mf_cause_job_free_flag_trap, syc$mf_hang_task,
       syc$mf_cause_job_recovery, mmc$mf_volume_unavailable, syc$mf_invoke_sysdebug,
       syc$mf_system_debugger, syc$mf_dump_job_environment, mmc$mf_segment_mgr_flag,
       syc$mf_cpu_configuration_change, mmc$mf_shadow_file_reference,
       syc$mf_for_keypoint_traceback, syc$mf_spare_11, syc$mf_spare_12,
       syc$mf_spare_13, syc$mf_spare_14, syc$mf_spare_15);

