From dfc154cc9e55c91ed9eba7e995ee560688c1eac5 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 29 Jul 2015 22:39:56 -0400 Subject: client_id -> public_key --- toxcore/DHT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/DHT.h') 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 { #define DHT_FRIEND_MAX_LOCKS 32 typedef struct { - uint8_t client_id[CLIENT_ID_SIZE]; + uint8_t public_key[CLIENT_ID_SIZE]; Client_data client_list[MAX_FRIEND_CLIENTS]; /* Time at which the last get_nodes request was sent. */ -- cgit v1.2.3