diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-03 12:11:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-03 12:11:09 -0500 |
commit | 1e295666d9f4116ac8b69788fed34bbde7fc725d (patch) | |
tree | 011667495d904d1edccee075fb6cb6fc512d4383 /changes/getinfo_process | |
parent | 8708ffa655820df9db587228a6a60a9d1ccbf039 (diff) | |
download | tor-1e295666d9f4116ac8b69788fed34bbde7fc725d.tar tor-1e295666d9f4116ac8b69788fed34bbde7fc725d.tar.gz |
Tweak GETINFO process/* code: no need to print an int as anything other than %d
Diffstat (limited to 'changes/getinfo_process')
-rw-r--r-- | changes/getinfo_process | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/getinfo_process b/changes/getinfo_process new file mode 100644 index 000000000..c6eb6c0af --- /dev/null +++ b/changes/getinfo_process @@ -0,0 +1,3 @@ + o Minor features + - Implement some GETINFO controller fields to provide information about + the Tor process's pid, euid, username, and resource limits. |