aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-06 12:12:47 -0500
committerNick Mathewson <nickm@torproject.org>2012-11-14 23:16:40 -0500
commit54ee7ff148dac13644d64e6df02a11efd1b31c08 (patch)
tree4159076b0c3904a5d350c1767a37eeea62010cb1 /src/or
parent004f3f4e5339bdb5bf8559a620343b919ba196c1 (diff)
downloadtor-54ee7ff148dac13644d64e6df02a11efd1b31c08.tar
tor-54ee7ff148dac13644d64e6df02a11efd1b31c08.tar.gz
Remove a since-fixed XXX; improve a doxygen comment
Diffstat (limited to 'src/or')
-rw-r--r--src/or/dirvote.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 9810c820d..836349375 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)