summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index 318a6002..981728a1 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -214,10 +214,8 @@ typedef struct {
214 // Used after loading of file (tox_load), but no longer needed after connect (tox_connect) 214 // Used after loading of file (tox_load), but no longer needed after connect (tox_connect)
215 // Unsure if friends_list and num_friends could just be used instead? 215 // Unsure if friends_list and num_friends could just be used instead?
216 int has_loaded_friends_clients; // Whether or not we have loaded on the first do_DHT 216 int has_loaded_friends_clients; // Whether or not we have loaded on the first do_DHT
217 DHT_Friend *loaded_friends_list; 217 Node_format *loaded_nodes_list;
218 uint32_t loaded_num_friends; 218 uint32_t loaded_num_nodes;
219 Client_data *loaded_clients_list;
220 uint32_t loaded_num_clients;
221 219
222 Shared_Keys shared_keys_recv; 220 Shared_Keys shared_keys_recv;
223 Shared_Keys shared_keys_sent; 221 Shared_Keys shared_keys_sent;