Support prefer and noselect options in chronyc

This commit is contained in:
Miroslav Lichvar
2010-08-26 10:29:58 +02:00
parent ddb2cf3b8b
commit 5b8835f46b
3 changed files with 7 additions and 5 deletions

View File

@@ -223,6 +223,8 @@ typedef struct {
#define REQ_ADDSRC_ONLINE 0x1
#define REQ_ADDSRC_AUTOOFFLINE 0x2
#define REQ_ADDSRC_IBURST 0x4
#define REQ_ADDSRC_PREFER 0x8
#define REQ_ADDSRC_NOSELECT 0x10
typedef struct {
IPAddr ip_addr;