Changeset 15059 for trunk/FACT++
- Timestamp:
- 03/13/13 14:37:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r15054 r15059 1473 1473 // If the FTM is in state Configuring, the clock conditioner 1474 1474 // is always reported to be unlocked 1475 if (d.GetQo s()!=2)1475 if (d.GetQoS()!=2) 1476 1476 fFtmControlState = d.GetQoS(); 1477 1477 … … 1774 1774 int HandleRateControlThreshold(const EventImp &d) 1775 1775 { 1776 if (!CheckDataSize(d, "RateControl:Threshold", 2))1776 if (!CheckDataSize(d, "RateControl:Threshold", 18)) 1777 1777 return GetCurrentState(); 1778 1778
Note:
See TracChangeset
for help on using the changeset viewer.