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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/TCP_client.h b/toxcore/TCP_client.h
index 2622b4f7..e6d232ed 100644
--- a/toxcore/TCP_client.h
+++ b/toxcore/TCP_client.h
@@ -57,6 +57,7 @@ typedef struct {
57 uint64_t last_pinged; 57 uint64_t last_pinged;
58 uint64_t ping_id; 58 uint64_t ping_id;
59 59
60 uint64_t ping_response_id;
60 void *net_crypto_pointer; 61 void *net_crypto_pointer;
61 uint32_t net_crypto_location; 62 uint32_t net_crypto_location;
62 struct { 63 struct {