summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DHT.h b/core/DHT.h
index 0ecc0b50..7d926b13 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -100,9 +100,9 @@ typedef struct {
100 Node_format toping[MAX_TOPING]; 100 Node_format toping[MAX_TOPING];
101 uint64_t last_toping; 101 uint64_t last_toping;
102 uint64_t close_lastgetnodes; 102 uint64_t close_lastgetnodes;
103 void * ping;
103} DHT; 104} DHT;
104/*----------------------------------------------------------------------------------*/ 105/*----------------------------------------------------------------------------------*/
105DHT * temp_DHT; //TODO: remove
106 106
107Client_data *DHT_get_close_list(DHT * dht); 107Client_data *DHT_get_close_list(DHT * dht);
108 108