summaryrefslogtreecommitdiff
path: root/core/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Messenger.h')
-rw-r--r--core/Messenger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index a2e8f16e..c4e7cc1e 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -115,6 +115,8 @@ typedef struct Messenger {
115 115
116 Networking_Core *net; 116 Networking_Core *net;
117 Net_Crypto * net_crypto; 117 Net_Crypto * net_crypto;
118 DHT * dht;
119 Friend_Requests fr;
118 uint8_t name[MAX_NAME_LENGTH]; 120 uint8_t name[MAX_NAME_LENGTH];
119 uint16_t name_length; 121 uint16_t name_length;
120 122