From e62104a7d21432380c66db1901215412e9c53ad7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jun 2012 10:31:34 -0400 Subject: Move tor_gettimeofday_cached() into compat_libevent --- src/common/compat_libevent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/compat_libevent.h') diff --git a/src/common/compat_libevent.h b/src/common/compat_libevent.h index 224c76fda..56285ef80 100644 --- a/src/common/compat_libevent.h +++ b/src/common/compat_libevent.h @@ -88,5 +88,8 @@ int tor_add_bufferevent_to_rate_limit_group(struct bufferevent *bev, struct bufferevent_rate_limit_group *g); #endif +void tor_gettimeofday_cached(struct timeval *tv); +void tor_gettimeofday_cache_clear(void); + #endif -- cgit v1.2.3