diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-17 14:59:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-17 14:59:28 +0000 |
commit | 7678ac5193d86bb060e182db0ce6b15c70cabbd2 (patch) | |
tree | 92c3440411cec25e2be609ec35f3f3a297b39ba6 /ChangeLog | |
parent | 26632d59dd34aef4834ee9844adeab5131248bf7 (diff) | |
download | tor-7678ac5193d86bb060e182db0ce6b15c70cabbd2.tar tor-7678ac5193d86bb060e182db0ce6b15c70cabbd2.tar.gz |
Move edge-only flags from connection_t to edge_connection_t.
svn:r17643
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? o Code simplifications and refactoring: - Rename the confusing or_is_obsolete field to the more appropriate is_bad_for_new_circs, and move it to or_connection_t where it belongs. + - Move edge-only flags from connection_t to edge_connection_t: not + only is this better coding, but on machines of plausible alignment, + it should save 4-8 bytes per connection_t. "Every little bit helps." Changes in version 0.2.1.8-alpha - 2008-12-08 |