summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/DHT.h b/core/DHT.h
index 2e6dde6f..d89d0f76 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -116,9 +116,10 @@ char self_client_id[32];
116//We only use one so it's much easier to have it as a global variable 116//We only use one so it's much easier to have it as a global variable
117int sock; 117int sock;
118 118
119//A list of the clients mathematically closest to ours.
119#define LCLIENT_LIST 32 120#define LCLIENT_LIST 32
121Client_data close_clientlist[LCLIENT_LIST];
120 122
121Client_data client_list[LCLIENT_LIST];
122 123
123//Let's start with a static array for testing. 124//Let's start with a static array for testing.
124Friend friends_list[256]; 125Friend friends_list[256];