aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-16 17:54:43 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-16 17:54:48 -0400
commit27d1675d93a07227aae3bb1d86bd4876d6c3ac77 (patch)
tree62a99c779fb8ee712a23cd9c35690d2170862598 /src/or/relay.c
parentcf399f1034cec6be2b7a98cb82a8607634e120f6 (diff)
downloadtor-27d1675d93a07227aae3bb1d86bd4876d6c3ac77.tar
tor-27d1675d93a07227aae3bb1d86bd4876d6c3ac77.tar.gz
Move the decl for tor_gettimofday_cache_clear to the right header
Diffstat (limited to 'src/or/relay.c')
-rw-r--r--src/or/relay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/relay.c b/src/or/relay.c
index 251024225..076b46b93 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -52,9 +52,9 @@ static int circuit_consider_stop_edge_reading(circuit_t *circ,
crypt_path_t *layer_hint);
static int circuit_queue_streams_are_blocked(circuit_t *circ);
+/* XXXX023 move this all to compat_libevent */
/** Cache the current hi-res time; the cache gets reset when libevent
* calls us. */
-
static struct timeval cached_time_hires = {0, 0};
/** Stop reading on edge connections when we have this many cells
@@ -76,7 +76,7 @@ tor_gettimeofday_cached(struct timeval *tv)
void
tor_gettimeofday_cache_clear(void)
{
- cached_time_hires.tv_sec = 0;
+ cached_time_hires.tv_sec = 0;
}
/** Stats: how many relay cells have originated at this hop, or have