mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Merge remote-tracking branch 'isis/fix/circuitlist-docstring-typo'
This commit is contained in:
commit
a053451ddf
@ -716,8 +716,8 @@ origin_circuit_new(void)
|
|||||||
return circ;
|
return circ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Allocate a new or_circuit_t, connected to <b>p_conn</b> as
|
/** Allocate a new or_circuit_t, connected to <b>p_chan</b> as
|
||||||
* <b>p_circ_id</b>. If <b>p_conn</b> is NULL, the circuit is unattached. */
|
* <b>p_circ_id</b>. If <b>p_chan</b> is NULL, the circuit is unattached. */
|
||||||
or_circuit_t *
|
or_circuit_t *
|
||||||
or_circuit_new(circid_t p_circ_id, channel_t *p_chan)
|
or_circuit_new(circid_t p_circ_id, channel_t *p_chan)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user