mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
whitespace fix
svn:r17379
This commit is contained in:
parent
5f86304a5c
commit
a53ebd20f0
@ -944,7 +944,7 @@ typedef struct connection_t {
|
|||||||
* AF_INET6 */
|
* AF_INET6 */
|
||||||
tor_addr_t addr; /**< IP of the other side of the connection; used to
|
tor_addr_t addr; /**< IP of the other side of the connection; used to
|
||||||
* identify routers, along with port. */
|
* identify routers, along with port. */
|
||||||
uint16_t port; /**< If non-zero, port on the other end
|
uint16_t port; /**< If non-zero, port on the other end
|
||||||
* of the connection. */
|
* of the connection. */
|
||||||
uint16_t marked_for_close; /**< Should we close this conn on the next
|
uint16_t marked_for_close; /**< Should we close this conn on the next
|
||||||
* iteration of the main loop? (If true, holds
|
* iteration of the main loop? (If true, holds
|
||||||
|
Loading…
Reference in New Issue
Block a user