mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-25 04:43:31 +01:00
Fix a documention issue in circuitlist.c
This commit is contained in:
parent
05274ba9b5
commit
006acf8b3f
@ -87,10 +87,7 @@ orconn_circid_circuit_map_t *_last_circid_orconn_ent = NULL;
|
|||||||
/** Implementation helper for circuit_set_{p,n}_circid_orconn: A circuit ID
|
/** Implementation helper for circuit_set_{p,n}_circid_orconn: A circuit ID
|
||||||
* and/or or_connection for circ has just changed from <b>old_conn, old_id</b>
|
* and/or or_connection for circ has just changed from <b>old_conn, old_id</b>
|
||||||
* to <b>conn, id</b>. Adjust the conn,circid map as appropriate, removing
|
* to <b>conn, id</b>. Adjust the conn,circid map as appropriate, removing
|
||||||
* the old entry (if any) and adding a new one. If <b>active</b> is true,
|
* the old entry (if any) and adding a new one. */
|
||||||
* remove the circuit from the list of active circuits on old_conn and add it
|
|
||||||
* to the list of active circuits on conn.
|
|
||||||
* XXX "active" isn't an arg anymore */
|
|
||||||
static void
|
static void
|
||||||
circuit_set_circid_orconn_helper(circuit_t *circ, int direction,
|
circuit_set_circid_orconn_helper(circuit_t *circ, int direction,
|
||||||
circid_t id,
|
circid_t id,
|
||||||
|
Loading…
Reference in New Issue
Block a user