summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2014-11-23 21:52:50 +0200
committerNick Mathewson <nickm@torproject.org>2014-12-21 14:48:39 -0500
commited0b46e71116e510bb24eb2a2b9af81cdb972f62 (patch)
treedd80cb1a0d24c875a159967399cb4362cbad0c88
parentf6cc4d35b0e79a675b56bdb3d919a6e5c6e840b3 (diff)
downloadtor-ed0b46e71116e510bb24eb2a2b9af81cdb972f62.tar.gz
tor-ed0b46e71116e510bb24eb2a2b9af81cdb972f62.zip
Changes file for 7356
-rw-r--r--changes/bug73565
1 files changed, 5 insertions, 0 deletions
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.