aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_cell.h')
-rw-r--r--src/or/hs_cell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_cell.h b/src/or/hs_cell.h
index fb4950d519..6114182439 100644
--- a/src/or/hs_cell.h
+++ b/src/or/hs_cell.h
@@ -34,6 +34,8 @@ typedef struct hs_cell_introduce2_data_t {
const uint8_t *payload;
/* Size of the payload of the received encoded cell. */
size_t payload_len;
+ /* Is this a legacy introduction point? */
+ unsigned int is_legacy : 1;
/*** Muttable Section. ***/