From 7678ac5193d86bb060e182db0ce6b15c70cabbd2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 17 Dec 2008 14:59:28 +0000 Subject: Move edge-only flags from connection_t to edge_connection_t. svn:r17643 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 882bcf5923..0b974a96b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.3-54-g00ecf