tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 39c7f46d363d8a0b0ccb29bc967004160a477dda
parent 5fa75a6cd45d81476d5648665717d46a406845bf
Author: teor <teor@torproject.org>
Date:   Tue, 10 Sep 2019 09:06:36 +1000

main: add some newlines to the subsystem list, for readability

Diffstat:
Msrc/app/main/subsystem_list.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c @@ -39,11 +39,14 @@ const subsys_fns_t *tor_subsystems[] = { &sys_winprocess, &sys_torerr, + &sys_wallclock, &sys_threads, &sys_logging, + &sys_time, &sys_network, + &sys_compress, &sys_crypto, &sys_tortls,