Even more accurate handling for shifting accounting intervals
commit52db5c2539413aded9a7fb855030c6a3a7a25798
authorNick Mathewson <nickm@torproject.org>
Tue, 21 Sep 2010 18:59:43 +0000 (21 14:59 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 21 Sep 2010 18:59:43 +0000 (21 14:59 -0400)
tree6e122adfa0cd68dc28bc9d6400d97e834d4e1c8c
parent80b3de8753225f169e4269503d63c273562345e7
Even more accurate handling for shifting accounting intervals

Roger correctly pointed out that my code was broken for accounting
periods that shifted forwards, since
start_of_accounting_period_containing(interval_start_time) would not
be equal to interval_start_time, but potentially much earlier.
src/or/hibernate.c