Update typealias behavior
[babeltrace.git] / include / babeltrace / types.h
index c8e31337c7bf452baed599e0b3fd3dfd50998a53..ad28ac0912c85e98e8bc2c27acd0474e446e1d47 100644 (file)
@@ -90,6 +90,7 @@ struct definition;
 /* type scope */
 struct declaration_scope {
        /* Hash table mapping type name GQuark to "struct declaration" */
+       /* Used for both typedef and typealias. */
        GHashTable *typedef_declarations;
        /* Hash table mapping struct name GQuark to "struct declaration_struct" */
        GHashTable *struct_declarations;
This page took 0.025047 seconds and 4 git commands to generate.