summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index bb1ed614..c437bbb0 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -127,7 +127,7 @@ typedef struct {
127#define DHT_FRIEND_MAX_LOCKS 32 127#define DHT_FRIEND_MAX_LOCKS 32
128 128
129typedef struct { 129typedef struct {
130 uint8_t client_id[CLIENT_ID_SIZE]; 130 uint8_t public_key[CLIENT_ID_SIZE];
131 Client_data client_list[MAX_FRIEND_CLIENTS]; 131 Client_data client_list[MAX_FRIEND_CLIENTS];
132 132
133 /* Time at which the last get_nodes request was sent. */ 133 /* Time at which the last get_nodes request was sent. */