diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-20 19:11:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-20 19:11:12 +0000 |
commit | 0459db2c0d0e2af23b4db26ce4de555ee29eb7ec (patch) | |
tree | f07d4126e581d0c01d506237840c8274e61fa400 /src/or/control.c | |
parent | b27cb38dee3aa024e191a974bcf2801d4e87c0a5 (diff) | |
download | tor-0459db2c0d0e2af23b4db26ce4de555ee29eb7ec.tar.gz tor-0459db2c0d0e2af23b4db26ce4de555ee29eb7ec.zip |
checkpoint some changes as i read diffs
svn:r8780
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c index c1e3ab5f94..05b2da2ee6 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1438,6 +1438,9 @@ list_getinfo_options(void) "stream-status Status of each current application stream.\n" "version The current version of Tor.\n"); // XXXX Uptodate! + /* This has been hard to keep up to date. Is it worth making + * a table with names, descriptions, and functions to call, + * so there's only one place to maintain? -RD */ } /** Lookup the 'getinfo' entry <b>question</b>, and return |