Why were we using gettimeofday() in second_elapsed_callback? We were only ever looki...
commitc3e4b12e7f0cc123114d60222c1cb4a47a85551f
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Dec 2008 17:19:23 +0000 (18 17:19 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Dec 2008 17:19:23 +0000 (18 17:19 +0000)
tree2ecaeb2ef996ef610449e61a7f05c34633dd3f0e
parentbf80e2df3fe48f81c69bb68887376b02ab247e5f
Why were we using gettimeofday() in second_elapsed_callback?  We were only ever looking at the tv_sec field.

svn:r17691
src/or/main.c