summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-08 18:15:49 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-08 18:15:49 +0000
commit1bdbd3b98e79cadeac3d4fecc6b24463df89ed14 (patch)
treee5c3a5c01bb1fdfab53c5d25df5001dd277ff82a /src/or/main.c
parente0b9c893bc4e60cb3e6d8aa65d49a2a4ba2b6260 (diff)
downloadtor-1bdbd3b98e79cadeac3d4fecc6b24463df89ed14.tar.gz
tor-1bdbd3b98e79cadeac3d4fecc6b24463df89ed14.zip
r16582@catbus: nickm | 2007-11-08 13:14:16 -0500
Try to bulletproof the parse logic for router-stability. svn:r12441
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 0f628fa226..775c5f656f 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -53,7 +53,7 @@ static int stats_prev_global_write_bucket;
static uint64_t stats_n_bytes_read = 0;
static uint64_t stats_n_bytes_written = 0;
/** What time did this process start up? */
-long time_of_process_start = 0;
+time_t time_of_process_start = 0;
/** How many seconds have we been running? */
long stats_n_seconds_working = 0;
/** When do we next download a directory? */