/********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:29:54 by OpenVMS SDL EV3-3 */ /* Source: 30-MAR-2010 17:29:22 $1$DGA7274:[STARLET_H.SRC]STARDEFQZ.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE SNAPEVTDEF ***/ #ifndef __SNAPEVTDEF_LOADED #define __SNAPEVTDEF_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif /*1 ORIGIN and INCREMENTS of 1 */ #define SNAPEVT$_SNAPSHOT 1 /* a system snapshot is pending in a non-VAXcluster environment */ #define SNAPEVT$_CLUPEND 2 /* a system snapshot is pending in a VAXcluster environment */ #define SNAPEVT$_RESTART 3 /* the system has just booted from a snapshot into a non-VAXcluster environment */ #define SNAPEVT$_CLU_RESTART 4 /* the system has just booted from a snapshot into a VAXcluster environment */ #define SNAPEVT$_ABORT 5 /* a fatal error occurred during the taking of a snapshot */ #define SNAPEVT$_CLUEXIT 6 /* the system is resynchronizing after a loss of communications with the remainder */ /* of the cluster */ #define SNAPEVT$_ROLLOUT 7 /* a system rollout is pending */ #define SNAPEVT$_ROLLIN 8 /* a system rollin has been completed */ #define SNAPEVT$C_SNAPSHOT 1 #define SNAPEVT$C_RESTART 3 #define SNAPEVT$C_ABORT 5 #ifdef __NEW_STARLET typedef struct _snapevtcode { unsigned short int snapevt$w_event; } SNAPEVTCODE; #else /* __OLD_STARLET */ struct snapevtcode { unsigned short int snapevt$w_event; } ; #endif /* #ifdef __NEW_STARLET */ #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __SNAPEVTDEF_LOADED */