/********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:29:49 by OpenVMS SDL EV3-3 */ /* Source: 30-MAR-2010 17:29:21 $1$DGA7274:[STARLET_H.SRC]STARDEFAE.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $CLUEVTDEF ***/ #ifndef __CLUEVTDEF_LOADED #define __CLUEVTDEF_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 #define CLUEVTHNDL$K_LENGTH 8 /* Length of block. */ #define CLUEVTHNDL$C_LENGTH 8 /* Length of block. */ #ifdef __NEW_STARLET typedef struct _cluevthndl { unsigned int cluevthndl$l_cluacb_addr; unsigned int cluevthndl$l_seq_num; } CLUEVTHNDL; #else /* __OLD_STARLET */ typedef struct _cluevthndl { unsigned int cluevthndl$l_cluacb_addr; unsigned int cluevthndl$l_seq_num; } cluevthndl; #endif /* #ifdef __NEW_STARLET */ #ifndef __NEW_STARLET #define CLUEVTHNDL cluevthndl #endif #define CLUEVT$C_ADD 1 #define CLUEVT$C_REMOVE 2 #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 /* __CLUEVTDEF_LOADED */