Add two wrappers which are used to transition between normal and gsharedvt code.
[mono.git] / mono / metadata / metadata-internals.h
index b6362d5734548519a3cff17488a92b8c8426bda0..3bcfc593170f17c547649d01490a23f74d230a66 100644 (file)
@@ -424,6 +424,10 @@ struct _MonoDynamicImage {
        GHashTable *vararg_aux_hash;
        MonoGHashTable *generic_def_objects;
        MonoGHashTable *methodspec;
+       /*
+        * Maps final token values to the object they describe.
+        */
+       MonoGHashTable *remapped_tokens;
        gboolean run;
        gboolean save;
        gboolean initial_image;