Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / verify.c
index 7015fd825eacb23886cf7940a5b7bb498e065146..9b2088bfc91e06b6616f7375bc35281b35410472 100644 (file)
@@ -1710,6 +1710,8 @@ typebuilder_fields[] = {
 static const FieldDesc 
 modulebuilder_fields[] = {
        {"types", G_STRUCT_OFFSET (MonoReflectionModuleBuilder, types)},
+       {"cattrs", G_STRUCT_OFFSET (MonoReflectionModuleBuilder, cattrs)},
+       {"guid", G_STRUCT_OFFSET (MonoReflectionModuleBuilder, guid)},
        {"table_idx", G_STRUCT_OFFSET (MonoReflectionModuleBuilder, table_idx)},
        {NULL, 0}
 };