Add outlyer source status to cmdmon protocol

This is not used yet.
This commit is contained in:
Miroslav Lichvar
2011-01-24 17:23:34 +01:00
parent 2e74beebbf
commit a931b2eece
5 changed files with 13 additions and 6 deletions

View File

@@ -496,7 +496,8 @@ typedef struct {
#define RPY_SD_ST_UNREACH 1
#define RPY_SD_ST_FALSETICKER 2
#define RPY_SD_ST_JITTERY 3
#define RPY_SD_ST_OTHER 4
#define RPY_SD_ST_CANDIDATE 4
#define RPY_SD_ST_OUTLYER 5
typedef struct {
IPAddr ip_addr;