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, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.h b/toxcore/onion_client.h
index 216dbec0..9acb9bac 100644
--- a/toxcore/onion_client.h
+++ b/toxcore/onion_client.h
@@ -162,7 +162,7 @@ typedef struct {
162 Node_format path_nodes_bs[MAX_PATH_NODES]; 162 Node_format path_nodes_bs[MAX_PATH_NODES];
163 uint16_t path_nodes_index_bs; 163 uint16_t path_nodes_index_bs;
164 164
165 Ping_Array announce_ping_array; 165 Ping_Array *announce_ping_array;
166 uint8_t last_pinged_index; 166 uint8_t last_pinged_index;
167 struct { 167 struct {
168 oniondata_handler_callback function; 168 oniondata_handler_callback function;