2003-10-15 Martin Baulig <martin@ximian.com>
[mono.git] / mono / metadata / appdomain.h
index ea95d8efdf977a2aa5462e88980d27cf17f4a1ce..e9b86919c0e1b464dc0b0179045a745f1b9f1135 100644 (file)
@@ -101,6 +101,7 @@ struct _MonoDomain {
        MonoAppContext     *default_context;
        GHashTable         *thread_static_fields;
        GHashTable         *jump_target_hash;
+       MonoGHashTable     *class_init_trampoline_hash;
 };
 
 /* This is a copy of System.AppDomain */