cmdmon: include filter length in ADD_SERVER/ADD_PEER request

This commit is contained in:
Miroslav Lichvar
2018-08-07 18:01:16 +02:00
parent 8aa4ae027b
commit 9931a9166b
3 changed files with 4 additions and 2 deletions

View File

@@ -276,7 +276,8 @@ typedef struct {
Float asymmetry;
Float offset;
uint32_t flags;
uint32_t reserved[4];
int32_t filter_length;
uint32_t reserved[3];
int32_t EOR;
} REQ_NTP_Source;