summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.h
diff options
context:
space:
mode:
authornotsecure <notsecure@marek.ca>2014-07-10 10:34:48 -0400
committernotsecure <notsecure@marek.ca>2014-07-10 10:34:48 -0400
commita754cb543733f3dddf2d7ff305fd9b1868e4b733 (patch)
treed4d8c6c38f5a3de576939ffbe33b8657f82f626d /toxcore/TCP_client.h
parente2d388b13799ddbe5ba2a81b442d6481cec5b611 (diff)
parente334188353a9fad7d6d9f925b33a1684cdb4d958 (diff)
Merge branch 'master' of https://github.com/irungentoo/toxcore into split-video
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 {