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 e6d232ed..f57f79e6 100644
--- a/toxcore/TCP_client.h
+++ b/toxcore/TCP_client.h
@@ -58,6 +58,8 @@ typedef struct {
58 uint64_t ping_id; 58 uint64_t ping_id;
59 59
60 uint64_t ping_response_id; 60 uint64_t ping_response_id;
61 uint64_t ping_request_id;
62
61 void *net_crypto_pointer; 63 void *net_crypto_pointer;
62 uint32_t net_crypto_location; 64 uint32_t net_crypto_location;
63 struct { 65 struct {