summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-15 10:16:00 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-15 15:07:53 -0400
commit1755f792ed265dcea70a199c19ffde47aae7544b (patch)
treecdc25880d039d1bc8138dc9e6cf9372e8f8407c2 /changes
parent783f705ddc507c082ab53b556317680447f046f6 (diff)
downloadtor-1755f792ed265dcea70a199c19ffde47aae7544b.tar.gz
tor-1755f792ed265dcea70a199c19ffde47aae7544b.zip
Refactor GETINFO process/descriptor-limit
Previously it duplicated some getrlimit code and content from compat.c; now it doesn't.
Diffstat (limited to 'changes')
-rw-r--r--changes/descriptor_limit2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/descriptor_limit b/changes/descriptor_limit
new file mode 100644
index 0000000000..29be3d981c
--- /dev/null
+++ b/changes/descriptor_limit
@@ -0,0 +1,2 @@
+ o Code simplification and refactoring:
+ - Remove duplicate code for invoking getrlimit() from control.c.