cmdmon: add good responses to ntpdata report

This commit is contained in:
Miroslav Lichvar
2022-08-18 11:59:40 +02:00
parent b84d6759f9
commit 166e43b13e
8 changed files with 17 additions and 4 deletions

View File

@@ -734,7 +734,8 @@ typedef struct {
uint32_t total_tx_count;
uint32_t total_rx_count;
uint32_t total_valid_count;
uint32_t reserved[4];
uint32_t total_good_count;
uint32_t reserved[3];
int32_t EOR;
} RPY_NTPData;