Data structure for a class identifier.

typedef struct _DCIClassId {
  uint32            size;        /*  Size of the fixed and variable length portions. */
  UMAArrayDescr     identifier;  /*  Descriptor for the variable-length identifier. */
  UMAVarLenData     data;        /*  Start of the data section. */
} DCIClassId;

typedef   DCIClassId   * DCIClassId ;

Class names are a sequence of words with one word per metric class level.


[Back: DCI Data Types]
[Next: DCIClassId Field - size]