aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index cfbaba469..b79a8b07f 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4799,6 +4799,10 @@ typedef struct rend_intro_point_t {
* included in the last HS descriptor we generated. */
unsigned int listed_in_last_desc : 1;
+ /** (Service side only) Flag indicating that this intro point was
+ * included in the last HS descriptor we generated. */
+ unsigned int update_desc_on_connection : 1;
+
/** (Service side only) Flag indicating that
* rend_service_note_removing_intro_point has been called for this
* intro point. */