Add prefer and noselect options

This commit is contained in:
Miroslav Lichvar
2010-08-25 18:11:52 +02:00
parent 061d497df0
commit f924862e89
11 changed files with 91 additions and 28 deletions

View File

@@ -31,6 +31,8 @@
#ifndef GOT_SRCPARAMS_H
#define GOT_SRCPARAMS_H
#include "sources.h"
typedef struct {
int minpoll;
int maxpoll;
@@ -42,6 +44,7 @@ typedef struct {
unsigned long authkey;
double max_delay;
double max_delay_ratio;
SRC_SelectOption sel_option;
} SourceParameters;
#define INACTIVE_AUTHKEY 0UL