summaryrefslogtreecommitdiff
path: root/toxcore/onion.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/onion.h')
-rw-r--r--toxcore/onion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/onion.h b/toxcore/onion.h
index 527f5c60..5dedd60d 100644
--- a/toxcore/onion.h
+++ b/toxcore/onion.h
@@ -65,6 +65,8 @@ typedef struct {
65 IP_Port ip_port1; 65 IP_Port ip_port1;
66 IP_Port ip_port2; 66 IP_Port ip_port2;
67 IP_Port ip_port3; 67 IP_Port ip_port3;
68
69 uint32_t path_num;
68} Onion_Path; 70} Onion_Path;
69 71
70/* Create a new onion path. 72/* Create a new onion path.