summaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_ident.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/hs/hs_ident.h')
-rw-r--r--src/feature/hs/hs_ident.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/feature/hs/hs_ident.h b/src/feature/hs/hs_ident.h
index 92d15b0523..ab87d16d17 100644
--- a/src/feature/hs/hs_ident.h
+++ b/src/feature/hs/hs_ident.h
@@ -111,6 +111,10 @@ typedef struct hs_ident_edge_conn_t {
* in the onion address. */
ed25519_public_key_t identity_pk;
+ /* The original virtual port that was used by the client to access the onion
+ * service, regardless of the internal port forwarding that might have
+ * happened on the service-side. */
+ uint16_t orig_virtual_port;
/* XXX: Client authorization. */
} hs_ident_edge_conn_t;