aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/node_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/nodelist/node_st.h')
-rw-r--r--src/feature/nodelist/node_st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/nodelist/node_st.h b/src/feature/nodelist/node_st.h
index b15e7154c4..df67a47ada 100644
--- a/src/feature/nodelist/node_st.h
+++ b/src/feature/nodelist/node_st.h
@@ -70,6 +70,8 @@ struct node_t {
unsigned int is_exit:1; /**< Do we think this is an OK exit? */
unsigned int is_bad_exit:1; /**< Do we think this exit is censored, borked,
* or otherwise nasty? */
+ /** Is this unsuitable for use as anything besides a middle relay? */
+ unsigned int is_middle_only:1;
unsigned int is_hs_dir:1; /**< True iff this router is a hidden service
* directory according to the authorities. */