[tor-bugs] #31531 [Core Tor/Tor]: Make control_event_conf_changed() take a smartlist of config_line_t
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Aug 26 23:25:37 UTC 2019
#31531: Make control_event_conf_changed() take a smartlist of config_line_t
-------------------------------+------------------------------
Reporter: teor | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone: Tor: unspecified
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords: technical-debt
Actual Points: | Parent ID:
Points: 0.5 | Reviewer:
Sponsor: Sponsor31-can |
-------------------------------+------------------------------
control_event_conf_changed() currently takes smartlist(k, v, k, v, …),
which is an unexpected API.
We should change it so the keys and values are part of a config_line_t
struct, and the smartlist contains config_line_t.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31531>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list