diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-15 19:56:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-15 19:56:01 +0000 |
commit | 181ba71a90359f67e90664be290af4d0ed57db8d (patch) | |
tree | d80ac2bbf3ea6a59a1a7c57ba1675215a8e83aac /src/common/util.c | |
parent | abad4dfc7aa0f98d3dc63470934f181aaec78807 (diff) | |
download | tor-181ba71a90359f67e90664be290af4d0ed57db8d.tar.gz tor-181ba71a90359f67e90664be290af4d0ed57db8d.zip |
r14051@Kushana: nickm | 2007-08-15 15:55:36 -0400
Fix an XXXX020 and a few DOCDOCs.
svn:r11127
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index d22fce57a7..006eeb68d6 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -216,7 +216,8 @@ _tor_free(void *mem) tor_free(mem); } -/** DOCDOC */ +/** Call the platform malloc info function, and dump the results to the log at + * level <b>severity</b>. If no such function exists, do nothing. */ void tor_log_mallinfo(int severity) { |