From: rl1987 Date: Sun, 23 Nov 2014 19:52:50 +0000 (+0200) Subject: Changes file for 7356 X-Git-Tag: tor-0.2.6.2-alpha~46^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed0b46e71116e510bb24eb2a2b9af81cdb972f62;p=thirdparty%2Ftor.git Changes file for 7356 --- diff --git a/changes/bug7356 b/changes/bug7356 new file mode 100644 index 0000000000..be31d1fa64 --- /dev/null +++ b/changes/bug7356 @@ -0,0 +1,5 @@ + o Code simplifications and refactoring: + - Add inline functions and convenience macros for quick lookup of + state component of channel_t structure. Refactor various parts of + codebase to use convenience macros instead of checking state + member of channel_t directly. Fixes issue 7356.