]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 7356
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 23 Nov 2014 19:52:50 +0000 (21:52 +0200)
committerNick Mathewson <nickm@torproject.org>
Sun, 21 Dec 2014 19:48:39 +0000 (14:48 -0500)
changes/bug7356 [new file with mode: 0644]

diff --git a/changes/bug7356 b/changes/bug7356
new file mode 100644 (file)
index 0000000..be31d1f
--- /dev/null
@@ -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.