mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Update comment: get_connection_array no longer takes "n"
This commit is contained in:
parent
ee5337e904
commit
fb3e862b86
@ -500,8 +500,7 @@ connection_in_array(connection_t *conn)
|
|||||||
return smartlist_contains(connection_array, conn);
|
return smartlist_contains(connection_array, conn);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Set <b>*array</b> to an array of all connections, and <b>*n</b>
|
/** Set <b>*array</b> to an array of all connections. <b>*array</b> must not
|
||||||
* to the length of the array. <b>*array</b> and <b>*n</b> must not
|
|
||||||
* be modified.
|
* be modified.
|
||||||
*/
|
*/
|
||||||
smartlist_t *
|
smartlist_t *
|
||||||
|
Loading…
Reference in New Issue
Block a user