summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-13 16:50:32 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-13 23:55:08 +0000
commite775b5533b7137b18edcd6e414fd461d07018425 (patch)
treecab52d97c0e02d5d2f17b8db1da3ab3e800fb3ce /toxcore/DHT.h
parent1e1efec34ad820fc65dcf98581a0d8f6fa1873a8 (diff)
Make Ping_Array a module-private type.
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];