aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/port_cfg_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/port_cfg_st.h')
-rw-r--r--src/core/or/port_cfg_st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/or/port_cfg_st.h b/src/core/or/port_cfg_st.h
index 064e679d78..f8ff6f8cc8 100644
--- a/src/core/or/port_cfg_st.h
+++ b/src/core/or/port_cfg_st.h
@@ -26,6 +26,8 @@ struct port_cfg_t {
unsigned is_group_writable : 1;
unsigned is_world_writable : 1;
unsigned relax_dirmode_check : 1;
+ unsigned explicit_addr : 1; /** Indicate if address was explicitly set or
+ * we are using the default address. */
entry_port_cfg_t entry_cfg;