summaryrefslogtreecommitdiffstats
path: root/reports.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--reports.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/reports.h b/reports.h
index 0150fc6..0f4751d 100644
--- a/reports.h
+++ b/reports.h
@@ -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 {