Next: , Previous: , Up: Application Interface Types   [Index]


4.3.2.4 struct x1f4_leadnode_type

typedef struct x1f4_leadnode_type {
    struct x1f4_nodeline_type line;
    struct x1f4_nodelink_type link;
} x1f4_leadnode_type;

The x1f4_leadnode_type record pairs the two records used by the libaime reference tracking mechanism. The record is included in the definition of the referable libaime data types.

See struct x1f4_nodeline_type.

See struct x1f4_nodelink_type.