More time_t -> milliseconds conversions.

This lets us support fractional net flush times among other things, which is handy.
This commit is contained in:
Oliver Jowett 2015-02-10 22:24:22 +00:00
parent 7053ad02da
commit f9ed7e4a97
9 changed files with 62 additions and 111 deletions

View file

@ -51,8 +51,8 @@
#define DUMP1090_STATS_H
struct stats {
time_t start;
time_t end;
uint64_t start;
uint64_t end;
// Mode S demodulator counts:
uint32_t demod_preambles;