!*** MODULE SNAPEVTDEF *** !DEC$ OPTIONS/ALIGN=(RECORDS=PACKED,COMMONS=PACKED)/NOWARN ! 1 ORIGIN and INCREMENTS of 1 PARAMETER SNAPEVT$_SNAPSHOT = '00000001'X ! a system snapshot is pending in a non-VAXcluster envi ! a system snapshot is pending in a non-VAXcluster environmen PARAMETER SNAPEVT$_CLUPEND = '00000002'X ! a system snapshot is pending in a VAXcluster environment PARAMETER SNAPEVT$_RESTART = '00000003'X ! the system has just booted from a snapshot into a non- ! the system has just booted from a snapshot into a non-VAXcl PARAMETER SNAPEVT$_CLU_RESTART = '00000004'X ! the system has just booted from a snapshot into a ! the system has just booted from a snapshot into a VAXcluste PARAMETER SNAPEVT$_ABORT = '00000005'X ! a fatal error occurred during the taking of a snapshot PARAMETER SNAPEVT$_CLUEXIT = '00000006'X ! the system is resynchronizing after a loss of communic ! the system is resynchronizing after a loss of communication ! of the cluster PARAMETER SNAPEVT$_ROLLOUT = '00000007'X ! a system rollout is pending PARAMETER SNAPEVT$_ROLLIN = '00000008'X ! a system rollin has been completed PARAMETER SNAPEVT$C_SNAPSHOT = '00000001'X PARAMETER SNAPEVT$C_RESTART = '00000003'X PARAMETER SNAPEVT$C_ABORT = '00000005'X STRUCTURE /SNAPEVTCODE/ INTEGER*2 SNAPEVT$W_EVENT END STRUCTURE ! SNAPEVTCODE !DEC$ END OPTIONS