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