summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 1ead6f5e..bbba6209 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -200,12 +200,12 @@ typedef struct {
200 DHT_Friend *friends_list; 200 DHT_Friend *friends_list;
201 uint16_t num_friends; 201 uint16_t num_friends;
202 202
203 // Used after loading of file (tox_load), but no longer needed after connect (tox_connect) 203 // Used after loading of file (tox_load), but no longer needed after connect (tox_connect)
204 // Unsure if friends_list and num_friends could just be used instead? 204 // Unsure if friends_list and num_friends could just be used instead?
205 DHT_Friend *loaded_friends_list; 205 DHT_Friend *loaded_friends_list;
206 uint32_t loaded_num_friends; 206 uint32_t loaded_num_friends;
207 Client_data *loaded_clients_list; 207 Client_data *loaded_clients_list;
208 uint32_t loaded_num_clients; 208 uint32_t loaded_num_clients;
209 209
210 Shared_Keys shared_keys_recv; 210 Shared_Keys shared_keys_recv;
211 Shared_Keys shared_keys_sent; 211 Shared_Keys shared_keys_sent;