aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/connection_edge.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2018-09-12 14:43:23 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2018-09-15 16:32:23 +0300
commit5d34a8cbbb8ac4b6edd6800e10b5cb6dba1dcbcb (patch)
treeb12b63fce19a66f1acf8e1ace11660603f0c5dfa /src/core/or/connection_edge.h
parent27d7491f5a761c58fc687f0b816b80ff9f7a1a1d (diff)
downloadtor-5d34a8cbbb8ac4b6edd6800e10b5cb6dba1dcbcb.tar.gz
tor-5d34a8cbbb8ac4b6edd6800e10b5cb6dba1dcbcb.zip
Improve export_hs_client_circuit_id() function.
- Change default values. - Beautify. - Documentation.
Diffstat (limited to 'src/core/or/connection_edge.h')
-rw-r--r--src/core/or/connection_edge.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/or/connection_edge.h b/src/core/or/connection_edge.h
index 24968b2778..adec4998e8 100644
--- a/src/core/or/connection_edge.h
+++ b/src/core/or/connection_edge.h
@@ -243,6 +243,9 @@ STATIC void connection_ap_handshake_rewrite(entry_connection_t *conn,
rewrite_result_t *out);
STATIC int connection_ap_process_http_connect(entry_connection_t *conn);
+STATIC void
+export_hs_client_circuit_id_haproxy(const edge_connection_t *edge_conn,
+ connection_t *conn);
#endif /* defined(CONNECTION_EDGE_PRIVATE) */
#endif /* !defined(TOR_CONNECTION_EDGE_H) */