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, 2 insertions, 0 deletions
diff --git a/toxcore/net_crypto.h b/toxcore/net_crypto.h
index 066f9b8e..7fa05f08 100644
--- a/toxcore/net_crypto.h
+++ b/toxcore/net_crypto.h
@@ -159,6 +159,8 @@ typedef struct {
159 159
160 uint8_t status_tcp[MAX_TCP_CONNECTIONS]; /* set to one of STATUS_TCP_* */ 160 uint8_t status_tcp[MAX_TCP_CONNECTIONS]; /* set to one of STATUS_TCP_* */
161 uint8_t con_number_tcp[MAX_TCP_CONNECTIONS]; 161 uint8_t con_number_tcp[MAX_TCP_CONNECTIONS];
162 unsigned int last_relay_sentto;
163 unsigned int num_tcp_online;
162 164
163 Node_format tcp_relays[MAX_TCP_RELAYS_PEER]; 165 Node_format tcp_relays[MAX_TCP_RELAYS_PEER];
164 uint16_t num_tcp_relays; 166 uint16_t num_tcp_relays;