aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/cpath_build_state_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/cpath_build_state_st.h')
-rw-r--r--src/core/or/cpath_build_state_st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/or/cpath_build_state_st.h b/src/core/or/cpath_build_state_st.h
index 2dc682de81..d4fba552ae 100644
--- a/src/core/or/cpath_build_state_st.h
+++ b/src/core/or/cpath_build_state_st.h
@@ -30,6 +30,8 @@ struct cpath_build_state_t {
* These are for encrypted dir conns that exit to this router, not
* for arbitrary exits from the circuit. */
unsigned int onehop_tunnel : 1;
+ /** Indicating the exit needs to support Conflux. */
+ unsigned int need_conflux: 1;
/** How many times has building a circuit for this task failed? */
int failure_count;
/** At what time should we give up on this task? */