Luflosi f3b9ff5f9f
Use datatype monotonic_t instead of double to keep track of time
The time is stored in a signed 64 bit integer with nanosecond accuracy. This eliminates the possibility of floating-point inaccuracies.
`monotonic_t` can currently hold values large enough to work correctly for more than 200 years into the future.
Using a typedef instead of directly using `int64_t` everywhere will also allow easily changing the datatype in the future should the need arise for more precise or bigger time values.
2019-09-25 17:43:11 +02:00
..
2019-09-24 19:15:35 +02:00
2019-08-30 15:32:20 +02:00
2019-09-24 19:15:35 +02:00
2019-08-30 15:32:20 +02:00
2019-02-02 22:08:32 +01:00
2019-08-30 15:32:20 +02:00
2019-08-30 15:32:20 +02:00
2019-09-24 19:15:35 +02:00