summaryrefslogtreecommitdiff
path: root/toxcore/friend_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/friend_connection.h')
-rw-r--r--toxcore/friend_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/friend_connection.h b/toxcore/friend_connection.h
index 3fa2ebce..e993a103 100644
--- a/toxcore/friend_connection.h
+++ b/toxcore/friend_connection.h
@@ -107,6 +107,7 @@ typedef struct {
107 void *fr_request_object; 107 void *fr_request_object;
108 108
109 uint64_t last_LANdiscovery; 109 uint64_t last_LANdiscovery;
110 uint16_t next_LANport;
110 111
111 bool local_discovery_enabled; 112 bool local_discovery_enabled;
112} Friend_Connections; 113} Friend_Connections;