/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:55 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:06 _$11$DUA933:[BUILD.SDL]STARDEFAE.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $CLUEVTDEF ***/ #ifndef __CLUEVTDEF_LOADED #define __CLUEVTDEF_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif #define CLUEVTHNDL$K_LENGTH 8 /* Length of block. */ #define CLUEVTHNDL$C_LENGTH 8 /* Length of block. */ typedef struct _cluevthndl { unsigned int cluevthndl$l_cluacb_addr; unsigned int cluevthndl$l_seq_num; } cluevthndl; #define CLUEVTHNDL cluevthndl #define CLUEVT$C_ADD 1 #define CLUEVT$C_REMOVE 2 #ifdef __cplusplus } #endif #pragma standard #endif /* __CLUEVTDEF_LOADED */