Changeset 14681


Ignore:
Timestamp:
11/22/12 09:10:04 (12 years ago)
Author:
tbretz
Message:
Allow STOP also in GlobalThresholdSet
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratecontrol.cc

    r14616 r14681  
    496496            ("Start a search for a reasonable minimum global threshold");
    497497
    498         AddEvent("STOP", "", RateControl::State::kSettingGlobalThreshold, RateControl::State::kInProgress)
     498        AddEvent("STOP", RateControl::State::kSettingGlobalThreshold, RateControl::State::kGlobalThresholdSet, RateControl::State::kInProgress)
    499499            (bind(&StateMachineRateControl::StopRC, this))
    500500            ("Stop a calibration or ratescan in progress");
Note: See TracChangeset for help on using the changeset viewer.