tor

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

commit 2a3eef4404415f1bb90a86c9cc396b6dee89039c
parent 9c2b114b2ee93434106ae300e31ba2ed317baea2
Author: Alexander Færøy <ahf@torproject.org>
Date:   Mon, 10 Sep 2018 13:05:01 +0200

Remove unused `int pid` member of `managed_proxy_t`.

See: https://bugs.torproject.org/28179

Diffstat:
Msrc/feature/client/transports.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/feature/client/transports.h b/src/feature/client/transports.h @@ -97,8 +97,6 @@ typedef struct { /* A pointer to the process handle of this managed proxy. */ struct process_handle_t *process_handle; - int pid; /* The Process ID this managed proxy is using. */ - /** Boolean: We are re-parsing our config, and we are going to * remove this managed proxy if we don't find it any transport * plugins that use it. */