Implementing getinfo options for the pid, uid, user, and descriptor limit as per proposal 173.

This commit is contained in:
Damian Johnson 2010-12-22 09:15:24 -08:00 committed by Nick Mathewson
parent 74c3b7b685
commit 7e287f44ae

View File

@ -566,6 +566,15 @@
"next-circuit/IP:port"
XXX todo.
"process/pid" -- Process id belonging to the main tor process.
"process/uid" -- User id running the tor process, -1 if unknown (this is
unimplemented on Windows, returning -1).
"process/user" -- Username under which the tor process is running,
providing an empty string if none exists (this is unimplemented on
Windows, returning an empty string).
"process/descriptor-limit" -- Upper bound on the file descriptor limit, -1
if unknown.
"dir/status-vote/current/consensus" [added in Tor 0.2.1.6-alpha]
"dir/status/authority"
"dir/status/fp/<F>"