summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index bbba6209..4beda37e 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -202,6 +202,7 @@ typedef struct {
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 int has_loaded_friends_clients; // Whether or not we have loaded on the first do_DHT
205 DHT_Friend *loaded_friends_list; 206 DHT_Friend *loaded_friends_list;
206 uint32_t loaded_num_friends; 207 uint32_t loaded_num_friends;
207 Client_data *loaded_clients_list; 208 Client_data *loaded_clients_list;