gallium/hash_table: turn it into a wrapper around util/hash_table
[mesa.git] / src / gallium / auxiliary / util / u_debug_refcnt.c
index c1560fb7dc0ab248886783fff0371e1c5a71db3b..a4612a40f6648cb69ffb34e1c09f2f032bf740ff 100644 (file)
@@ -54,7 +54,7 @@ static FILE *stream;
  */
 static mtx_t serials_mutex = _MTX_INITIALIZER_NP;
 
-static struct util_hash_table *serials_hash;
+static struct hash_table *serials_hash;
 static unsigned serials_last;