summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-07-29 22:39:56 -0400
committerirungentoo <irungentoo@gmail.com>2015-07-29 22:39:56 -0400
commitdfc154cc9e55c91ed9eba7e995ee560688c1eac5 (patch)
tree19e1d7e0296be426933331b8bb8802b17ab5f738 /toxcore/DHT.h
parentc989c246ead878f14ca889d5533f6bd2dad7408a (diff)
client_id -> public_key
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. */