summaryrefslogtreecommitdiff
path: root/toxcore/net_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/net_crypto.h')
-rw-r--r--toxcore/net_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index e2090542..a3c7e7db 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -189,7 +189,7 @@ typedef struct {
189 /* The current optimal sleep time */ 189 /* The current optimal sleep time */
190 uint32_t current_sleep_time; 190 uint32_t current_sleep_time;
191 191
192 LIST ip_port_list; 192 BS_LIST ip_port_list;
193} Net_Crypto; 193} Net_Crypto;
194 194
195 195