cmdmon: set certset for new sources

Add the new certset option to the cmdmon protocol.
This commit is contained in:
Miroslav Lichvar
2021-02-18 17:22:23 +01:00
parent cc77b0e9fd
commit ebf0ff2c0d
4 changed files with 5 additions and 3 deletions

View File

@@ -292,7 +292,8 @@ typedef struct {
Float offset;
uint32_t flags;
int32_t filter_length;
uint32_t reserved[3];
uint32_t cert_set;
uint32_t reserved[2];
int32_t EOR;
} REQ_NTP_Source;