summaryrefslogtreecommitdiff
path: root/toxcore/onion_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/onion_client.h')
-rw-r--r--toxcore/onion_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h
index 5becca48..5f205bad 100644
--- a/toxcore/onion_client.h
+++ b/toxcore/onion_client.h
@@ -33,6 +33,8 @@ typedef struct {
33 IP_Port ip_port; 33 IP_Port ip_port;
34 uint8_t ping_id[ONION_PING_ID_SIZE]; 34 uint8_t ping_id[ONION_PING_ID_SIZE];
35 uint64_t timestamp; 35 uint64_t timestamp;
36
37 uint64_t last_pinged;
36} Onion_Node; 38} Onion_Node;
37 39
38typedef struct { 40typedef struct {