Refactor GETINFO process/descriptor-limit

Previously it duplicated some getrlimit code and content from compat.c;
now it doesn't.
This commit is contained in:
Nick Mathewson
2012-06-15 10:16:00 -04:00
parent 783f705ddc
commit 1755f792ed
3 changed files with 18 additions and 24 deletions
+2
View File
@@ -0,0 +1,2 @@
o Code simplification and refactoring:
- Remove duplicate code for invoking getrlimit() from control.c.