summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.h
diff options
context:
space:
mode:
authornotsecure <notsecure@marek.ca>2014-07-16 08:33:24 -0400
committernotsecure <notsecure@marek.ca>2014-07-16 08:33:24 -0400
commite04fff3eac1c1fe1bb663edd8d0b45a9798ace83 (patch)
tree6857af674cfac133154a2fedffef5f038d0f505d /toxcore/TCP_client.h
parent96249e8b020c76e9f80da6538ea19699612479dc (diff)
applied priority queue changes to the TCP client too
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;