[tor-bugs] #32495 [Core Tor/Tor]: relay_config.h: avoid redundant typedef for or_options_t

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Nov 14 16:05:02 UTC 2019


#32495: relay_config.h: avoid redundant typedef for or_options_t
----------------------------+------------------------------------
 Reporter:  nickm           |          Owner:  nickm
     Type:  defect          |         Status:  needs_review
 Priority:  High            |      Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor    |        Version:
 Severity:  Normal          |     Resolution:
 Keywords:  tor-ci-failure  |  Actual Points:  0
Parent ID:                  |         Points:
 Reviewer:  catalyst        |        Sponsor:  Sponsor31-can
----------------------------+------------------------------------

Comment (by catalyst):

 A quick grep shows some additional possible duplicates:
 {{{
 ../src/core/or/or.h:typedef struct or_options_t or_options_t;
 ../src/feature/dirauth/dirauth_config.h:typedef struct or_options_t
 or_options_t;
 ../src/feature/relay/relay_config.h:typedef struct or_options_t
 or_options_t;
 ../src/feature/relay/transport_config.h:typedef struct or_options_t
 or_options_t;
 }}}
 Do we know why relay_config.h is the only one that causes problems?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32495#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list