X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fmono-hash.h;h=10e3ca390eda833103f4c7b5d8787a631e0f7d2b;hb=e27b73e000d731907d1350e79ff81d6254a1b38a;hp=60c3328a238782269a18de0e1c9bf04ddef6aa52;hpb=0fa33056a6742b2ee02604596b355d661d9bdc41;p=mono.git diff --git a/mono/metadata/mono-hash.h b/mono/metadata/mono-hash.h index 60c3328a238..10e3ca390ed 100644 --- a/mono/metadata/mono-hash.h +++ b/mono/metadata/mono-hash.h @@ -1,5 +1,6 @@ -/* - * mono-hash.c: GC-aware hashtable, based on Eglib's Hashtable +/** + * \file + * GC-aware hashtable, based on Eglib's Hashtable * * Authors: * Paolo Molaro (lupus@xamarin.com) @@ -21,6 +22,8 @@ typedef enum { MONO_HASH_KEY_VALUE_GC = MONO_HASH_KEY_GC | MONO_HASH_VALUE_GC, } MonoGHashGCType; +extern gint32 mono_g_hash_table_max_chain_length; + typedef struct _MonoGHashTable MonoGHashTable; MONO_API MonoGHashTable *mono_g_hash_table_new_type (GHashFunc hash_func, GEqualFunc key_equal_func, MonoGHashGCType type, MonoGCRootSource source, const char *msg);