aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-01-11 04:04:42 +0000
committerNick Mathewson <nickm@torproject.org>2006-01-11 04:04:42 +0000
commit8907391ad60629870a2602adc5a3d171f70f789b (patch)
tree72fa1e18545755e4760440bc65ed8e99e394bb69 /src/or/rephist.c
parent5c78c894717de19b045ff1c001321a300f97b5ad (diff)
downloadtor-8907391ad60629870a2602adc5a3d171f70f789b.tar
tor-8907391ad60629870a2602adc5a3d171f70f789b.tar.gz
Fix wide lines
svn:r5793
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index fb6ac405b..4540cfeca 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -397,9 +397,10 @@ typedef struct bw_array_t {
uint64_t obs[NUM_SECS_ROLLING_MEASURE];
int cur_obs_idx; /**< Current position in obs. */
time_t cur_obs_time; /**< Time represented in obs[cur_obs_idx] */
- uint64_t total_obs; /**< Total for all members of obs except obs[cur_obs_idx] */
- uint64_t max_total; /**< Largest value that total_obs has taken on in the current
- * period. */
+ uint64_t total_obs; /**< Total for all members of obs except
+ * obs[cur_obs_idx] */
+ uint64_t max_total; /**< Largest value that total_obs has taken on in the
+ * current period. */
uint64_t total_in_period; /**< Total bytes transferred in the current
* period. */