diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 10:31:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 15:07:53 -0400 |
commit | e62104a7d21432380c66db1901215412e9c53ad7 (patch) | |
tree | 669560c0b8ecec17603fc787e8eff80d8b4b9bb8 /changes | |
parent | 1755f792ed265dcea70a199c19ffde47aae7544b (diff) | |
download | tor-e62104a7d21432380c66db1901215412e9c53ad7.tar tor-e62104a7d21432380c66db1901215412e9c53ad7.tar.gz |
Move tor_gettimeofday_cached() into compat_libevent
Diffstat (limited to 'changes')
-rw-r--r-- | changes/move_cached_gtod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/move_cached_gtod b/changes/move_cached_gtod new file mode 100644 index 000000000..53d80920f --- /dev/null +++ b/changes/move_cached_gtod @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Move tor_gettimeofday_cached() into compat_libevent.c, and use + Libevent's notion of cached time when possible. |