]> git.ipfire.org Git - thirdparty/tor.git/commit
Use process_t for managed proxies.
authorAlexander Færøy <ahf@torproject.org>
Fri, 23 Nov 2018 04:56:41 +0000 (05:56 +0100)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Dec 2018 21:39:28 +0000 (16:39 -0500)
commitbfb94dd2ca8e04fb1fe8aba9ad48effbb8b70662
tree4b5b6a917381c6b09ee4f866a01c927ee047ded0
parentad4cc89c5d1987cbcb231bf054433c7f05b83a95
Use process_t for managed proxies.

This patch makes the managed proxy subsystem use the process_t data
structure such that we can get events from the PT process while Tor is
running and not just when the PT process is being configured.

See: https://bugs.torproject.org/28179
src/core/mainloop/mainloop.c
src/feature/client/transports.c
src/feature/client/transports.h
src/test/test_pt.c