!*** MODULE $SYSEVTDEF *** !DEC$ OPTIONS/ALIGN=(RECORDS=PACKED,COMMONS=PACKED)/NOWARN PARAMETER SYSEVT$C_ALL_EVENTS = '00000001'X ! Valid for $Clear_system_event only PARAMETER SYSEVT$C_ADD_GALAXY_MEMBER = '00000002'X ! One or more instances have joined the ! Galaxy community PARAMETER SYSEVT$C_DEL_GALAXY_MEMBER = '00000003'X ! One or more instances have left the ! Galaxy community PARAMETER SYSEVT$C_ADD_ACTIVE_CPU = '00000004'X ! One or more CPUs have become active ! within this VMS instance PARAMETER SYSEVT$C_DEL_ACTIVE_CPU = '00000005'X ! One or more CPU have become inactive PARAMETER SYSEVT$C_ADD_CONFIG_CPU = '00000006'X ! One or more CPUs are now part of the ! configure set for this instance. PARAMETER SYSEVT$C_DEL_CONFIG_CPU = '00000007'X ! One or more CPUS have left this instance PARAMETER SYSEVT$C_CONFIG_TREE = '00000008'X ! An update has occurred to the Galaxy config tree PARAMETER SYSEVT$C_FASTPATH_CPUS = '00000009'X ! A modification has been made to the system ! parameter, IO_PREFER_CPUS. PARAMETER SYSEVT$C_TDF_CHANGE = '0000000A'X ! time differential change PARAMETER SYSEVT$C_CPU_POWER = '0000000B'X ! CPU power transition PARAMETER SYSEVT$C_INDICTMENT = '0000000C'X ! Component Indictment was performed PARAMETER SYSEVT$C_MAX_EVENT = '0000000D'X ! maximum event number PARAMETER SYSEVT$C_NUM_EVENTS = '0000000C'X ! Number of events PARAMETER SYSEVT$K_NUM_EVENTS = '0000000C'X PARAMETER SYSEVT$M_NOTIFY_ONCE = '00000000'X ! indicate one shot request PARAMETER SYSEVT$M_REPEAT_NOTIFY = '00000001'X ! Bit 0 represents whether the event notification PARAMETER SYSEVT$V_REPEAT_NOTIFY = '00000000'X ! one shot deal or should be a repeating notificat !DEC$ END OPTIONS