diff options
Diffstat (limited to 'changes/bug7356')
-rw-r--r-- | changes/bug7356 | 5 |
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. |