diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-06 12:12:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-14 23:16:40 -0500 |
commit | 54ee7ff148dac13644d64e6df02a11efd1b31c08 (patch) | |
tree | 4159076b0c3904a5d350c1767a37eeea62010cb1 | |
parent | 004f3f4e5339bdb5bf8559a620343b919ba196c1 (diff) | |
download | tor-54ee7ff148dac13644d64e6df02a11efd1b31c08.tar.gz tor-54ee7ff148dac13644d64e6df02a11efd1b31c08.zip |
Remove a since-fixed XXX; improve a doxygen comment
-rw-r--r-- | src/or/dirvote.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 9810c820de..836349375c 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -3534,12 +3534,8 @@ dirvote_get_vote(const char *fp, int flags) return NULL; } -/** Construct and return a new microdescriptor from a routerinfo <b>ri</b>. - * - * XXX Right now, there is only one way to generate microdescriptors from - * router descriptors. This may change in future consensus methods. If so, - * we'll need an internal way to remember which method we used, and ask for a - * particular method. +/** Construct and return a new microdescriptor from a routerinfo <b>ri</b> + * according to <b>consensus_method</b>. **/ microdesc_t * dirvote_create_microdescriptor(const routerinfo_t *ri, int consensus_method) |