ntp: add per-source counters of kernel and hardware timestamps

This commit is contained in:
Miroslav Lichvar
2024-02-06 14:27:14 +01:00
parent 637fa29e1e
commit 8d19f49341
2 changed files with 12 additions and 1 deletions

View File

@@ -181,6 +181,10 @@ typedef struct {
uint32_t total_rx_count;
uint32_t total_valid_count;
uint32_t total_good_count;
uint32_t total_kernel_tx_ts;
uint32_t total_kernel_rx_ts;
uint32_t total_hw_tx_ts;
uint32_t total_hw_rx_ts;
} RPT_NTPReport;
typedef struct {