More time_t -> milliseconds conversions.
This lets us support fractional net flush times among other things, which is handy.
This commit is contained in:
parent
7053ad02da
commit
f9ed7e4a97
9 changed files with 62 additions and 111 deletions
4
stats.h
4
stats.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue