/********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:29:50 by OpenVMS SDL EV3-3 */ /* Source: 30-MAR-2010 17:29:22 $1$DGA7274:[STARLET_H.SRC]STARDEFFL.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $INDICTDEF ***/ #ifndef __INDICTDEF_LOADED #define __INDICTDEF_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 /*+ */ /* */ /* Object Indictment Definitions */ /* */ /* This file is in [STARLET] to allow other outside developers call the */ /* sys$indict_object call properly. Today the only group who calls that */ /* object is Compaq Analyze. */ /* */ /* **** NOTE **** */ /* */ /* New items must always be added to the END of each item list */ /* so that users will not have to relink. */ /* */ /*- */ #define INDICT$_VERSION 1 /* Request information version */ #define INDICT$_OBJTYPE 2 /* Indictment Object type */ #define INDICT$_HANDLE 3 /* Indicted object or failing PFN Page */ #define INDICT$_COMPONENT_ID 4 /* Component Handle ID */ #define INDICT$_COMPONENT_TYPE 5 /* Component Handle Type */ #define INDICT$_COMPONENT_SUBTYPE 6 /* Component Handle Subtype */ #define INDICT$_MODULE_ID 7 /* Module Handle Id */ #define INDICT$_MODULE_TYPE 8 /* Module Handle Type */ #define INDICT$_MODULE_SUBTYPE 9 /* Module Handle Subtype */ #define INDICT$_URGENCY 10 /* Urgency of the indictment request */ #define INDICT$_PROBABILITY 11 /* Probability of correct fault */ #define INDICT$_TOTALINDICTMENTS 12 /* Total number to be indicted */ #define INDICT$_DESCRIPTION 13 /* Readable description of the problem */ #define INDICT$_REPORTHANDLE 14 /* report_handle program name */ #define INDICT$_INITIATOR 15 /* Who called us (e.g. Compaq Analyze). */ #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 /* __INDICTDEF_LOADED */