diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-16 21:37:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-16 21:37:21 +0000 |
commit | 362fbc79d276864c4b2b68ed9cf3bb8ba534985e (patch) | |
tree | de554cefaa860c8e384a5cbe955641ec2a7a77fc /src/or/rephist.c | |
parent | 97e1b68e43d728b3210889d75b9855d34f5147bf (diff) | |
download | tor-362fbc79d276864c4b2b68ed9cf3bb8ba534985e.tar.gz tor-362fbc79d276864c4b2b68ed9cf3bb8ba534985e.zip |
r12414@catbus: nickm | 2007-04-16 17:37:17 -0400
More proposal-104 stuff: actually remember extra-info stuff.
svn:r9975
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index c41a334687..051e578f3c 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -630,7 +630,7 @@ rep_hist_get_bandwidth_lines(int for_extrainfo) tor_assert(b); format_iso_time(t, b->next_period-NUM_SECS_BW_SUM_INTERVAL); tor_snprintf(cp, len-(cp-buf), "%s%s %s (%d s) ", - for_extrainfo ? "" : "opt ", + for_extrainfo ? "" : "opt ", r ? "read-history" : "write-history", t, NUM_SECS_BW_SUM_INTERVAL); cp += strlen(cp); |