diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-22 13:57:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-11 16:13:16 -0400 |
commit | a2ad31a92b85158f0dfa0a219ae5270e03b2ef02 (patch) | |
tree | 76ccdb01f75d5b364ebfaf9432a26e72ab99a5bf /changes | |
parent | a21c4c657a1d06e2c4fc72a2f85400944d0e6460 (diff) | |
download | tor-a2ad31a92b85158f0dfa0a219ae5270e03b2ef02.tar.gz tor-a2ad31a92b85158f0dfa0a219ae5270e03b2ef02.zip |
Split connection_about_to_close_connection into separate functions
This patch does NOTHING but:
- move code
- add declarations and includes as needed to make the new code
work
- declare the new functions.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/split_about_to_close | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/split_about_to_close b/changes/split_about_to_close new file mode 100644 index 0000000000..2f5a67940f --- /dev/null +++ b/changes/split_about_to_close @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Split connection_about_to_close into separate functions for each + connection type. |