aboutsummaryrefslogtreecommitdiff
path: root/src/ext
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-06 10:18:34 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-06 10:18:34 -0400
commit78301d99fe0a9464992baea22be3c6fd42b7dcad (patch)
tree4c1321f785be3c4e6cdd68ba6175dc8b760c2e3c /src/ext
parent388478561dd4457afedf530591f02cb05864b187 (diff)
downloadtor-78301d99fe0a9464992baea22be3c6fd42b7dcad.tar
tor-78301d99fe0a9464992baea22be3c6fd42b7dcad.tar.gz
Fix compilation with DEBUG_DNS_CACHE
Reported by cypherpunks. Fix for #11761; bugfix on 0.2.3.13-alpha where we made ht.h stop using _identifiers.
Diffstat (limited to 'src/ext')
-rw-r--r--src/ext/ht.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/ht.h b/src/ext/ht.h
index 4a68673e6..871f5bbd2 100644
--- a/src/ext/ht.h
+++ b/src/ext/ht.h
@@ -58,6 +58,7 @@
#define HT_NEXT_RMV(name, head, elm) name##_HT_NEXT_RMV((head), (elm))
#define HT_CLEAR(name, head) name##_HT_CLEAR(head)
#define HT_INIT(name, head) name##_HT_INIT(head)
+#define HT_REP_IS_BAD_(name, head) name##_HT_REP_IS_BAD_(head)
/* Helper: */
static INLINE unsigned
ht_improve_hash(unsigned h)