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 510b3c5c..dae6ea31 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -252,8 +252,8 @@ typedef struct {
252 Shared_Keys shared_keys_sent; 252 Shared_Keys shared_keys_sent;
253 253
254 struct PING *ping; 254 struct PING *ping;
255 Ping_Array dht_ping_array; 255 Ping_Array *dht_ping_array;
256 Ping_Array dht_harden_ping_array; 256 Ping_Array *dht_harden_ping_array;
257 uint64_t last_run; 257 uint64_t last_run;
258 258
259 Cryptopacket_Handles cryptopackethandlers[256]; 259 Cryptopacket_Handles cryptopackethandlers[256];