aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/origin_circuit_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/origin_circuit_st.h')
-rw-r--r--src/core/or/origin_circuit_st.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/core/or/origin_circuit_st.h b/src/core/or/origin_circuit_st.h
index 73b971f72d..c5c255bb49 100644
--- a/src/core/or/origin_circuit_st.h
+++ b/src/core/or/origin_circuit_st.h
@@ -80,11 +80,18 @@ struct origin_circuit_t {
circuit_t base_;
/** Linked list of AP streams (or EXIT streams if hidden service)
- * associated with this circuit. */
+ * associated with this circuit.
+ *
+ * Any updates to this pointer must be followed with
+ * conflux_update_p_streams(). */
edge_connection_t *p_streams;
/** Smartlist of half-closed streams (half_edge_t*) that still
- * have pending activity */
+ * have pending activity.
+ *
+ * Any updates to this pointer must be followed with
+ * conflux_update_half_streams().
+ */
smartlist_t *half_streams;
/** Bytes read on this circuit since last call to