summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
authorendoffile78 <endoffile78@yahoo.com>2016-11-05 15:30:39 -0500
committerendoffile78 <endoffile78@yahoo.com>2016-11-06 09:14:53 -0600
commit3f53090c1d148da6ede2bbe85a58689c28289e14 (patch)
tree78bae45122f53a2de2b243e25560ba66bcfbe812 /toxcore/DHT.h
parent7b6b47a610920e8911a80f4fc261c4b242279cdc (diff)
Remove assoc
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 0691a09e..54ab9121 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -261,9 +261,6 @@ typedef struct {
261 struct PING *ping; 261 struct PING *ping;
262 Ping_Array dht_ping_array; 262 Ping_Array dht_ping_array;
263 Ping_Array dht_harden_ping_array; 263 Ping_Array dht_harden_ping_array;
264#ifdef ENABLE_ASSOC_DHT
265 struct Assoc *assoc;
266#endif
267 uint64_t last_run; 264 uint64_t last_run;
268 265
269 Cryptopacket_Handles cryptopackethandlers[256]; 266 Cryptopacket_Handles cryptopackethandlers[256];
@@ -456,4 +453,3 @@ int DHT_non_lan_connected(const DHT *dht);
456int addto_lists(DHT *dht, IP_Port ip_port, const uint8_t *public_key); 453int addto_lists(DHT *dht, IP_Port ip_port, const uint8_t *public_key);
457 454
458#endif 455#endif
459