]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a since-fixed XXX; improve a doxygen comment
authorNick Mathewson <nickm@torproject.org>
Tue, 6 Nov 2012 17:12:47 +0000 (12:12 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Nov 2012 04:16:40 +0000 (23:16 -0500)
src/or/dirvote.c

index 9810c820ded3b4b054f0bef8f21c7d30044740a3..836349375c42b607d091bf436e30ff5acb82fa54 100644 (file)
@@ -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)