diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index e181033180..1561540d02 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -676,6 +676,8 @@ rep_hist_record_mtbf_data(void) PUT("data\n"); + /* XXX020 Nick: now bridge auths record this for all routers too. + * Should we make them record it only for bridge routers? */ for (orhist_it = digestmap_iter_init(history_map); !digestmap_iter_done(orhist_it); orhist_it = digestmap_iter_next(history_map,orhist_it)) { |