X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fdomain-internals.h;h=b845fc2708e7186d19458c90c47ce86045dcdb94;hb=20c72671c19e43952c3713660f350642e1f392d1;hp=500a87da63c77a146a2c5afd63e62a8d600ace00;hpb=3fd54893bc792eee42164bfb605b418105a92f92;p=mono.git diff --git a/mono/metadata/domain-internals.h b/mono/metadata/domain-internals.h index 500a87da63c..b845fc2708e 100644 --- a/mono/metadata/domain-internals.h +++ b/mono/metadata/domain-internals.h @@ -339,7 +339,6 @@ struct _MonoDomain { /* Needed by Thread:GetDomainID() */ gint32 domain_id; gint32 shadow_serial; - unsigned char inet_family_hint; // used in socket-io.c as a cache GSList *domain_assemblies; MonoAssembly *entry_assembly; char *friendly_name; @@ -383,16 +382,13 @@ struct _MonoDomain { GHashTable *method_rgctx_hash; GHashTable *generic_virtual_cases; - MonoThunkFreeList **thunk_free_lists; - - GHashTable *generic_virtual_thunks; /* Information maintained by the JIT engine */ gpointer runtime_info; /*thread pool jobs, used to coordinate shutdown.*/ volatile int threadpool_jobs; - HANDLE cleanup_semaphore; + gpointer cleanup_semaphore; /* Contains the compiled runtime invoke wrapper used by finalizers */ gpointer finalize_runtime_invoke;