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

@@ -1089,7 +1089,7 @@ SRC_ReportSource(int index, RPT_SourceReport *report, struct timeval *now)
report->state = RPT_FALSETICKER;
break;
case SRC_SELECTABLE:
report->state = RPT_OTHER;
report->state = RPT_CANDIDATE;
break;
default:
assert(0);