[runtime] Adds AOTID
[mono.git] / mono / mini / mini.h
index 25c208c8389efa27d5e2cc5b6e4ff02b3ea8f691..c55c89c0988924a3440afbee6b54d18dc0ec4f5b 100644 (file)
@@ -315,6 +315,8 @@ typedef struct MonoAotFileInfo
        guint32 trampoline_size [MONO_AOT_TRAMP_NUM];
        /* The offset where the trampolines begin on a trampoline page */
        guint32 tramp_page_code_offsets [MONO_AOT_TRAMP_NUM];
+       /* GUID of aot compilation */
+       guint8 aotid[16];
 } MonoAotFileInfo;
 
 /* Number of symbols in the MonoAotFileInfo structure */