summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_client.h')
-rw-r--r--toxcore/TCP_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/TCP_client.h b/toxcore/TCP_client.h
index f57f79e6..9998d20c 100644
--- a/toxcore/TCP_client.h
+++ b/toxcore/TCP_client.h
@@ -52,6 +52,8 @@ typedef struct {
52 uint16_t last_packet_length; 52 uint16_t last_packet_length;
53 uint16_t last_packet_sent; 53 uint16_t last_packet_sent;
54 54
55 TCP_Priority_List *priority_queue_start, *priority_queue_end;
56
55 uint64_t kill_at; 57 uint64_t kill_at;
56 58
57 uint64_t last_pinged; 59 uint64_t last_pinged;