summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index a93fdb23..dc226a9f 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -154,9 +154,9 @@ typedef struct {
154 uint16_t num_friends; 154 uint16_t num_friends;
155 155
156 struct PING *ping; 156 struct PING *ping;
157 157#ifdef ENABLE_ASSOC_DHT
158 struct Assoc *assoc; 158 struct Assoc *assoc;
159 159#endif
160 uint64_t last_run; 160 uint64_t last_run;
161} DHT; 161} DHT;
162/*----------------------------------------------------------------------------------*/ 162/*----------------------------------------------------------------------------------*/