Index: trunk/FACT++/src/ratecontrol.cc
===================================================================
--- trunk/FACT++/src/ratecontrol.cc	(revision 13463)
+++ trunk/FACT++/src/ratecontrol.cc	(revision 13477)
@@ -46,4 +46,6 @@
     };
 
+    bool fTriggerOn;
+
     DimServiceInfoList fNetwork;
 
@@ -67,5 +69,4 @@
     uint16_t fThresholdReference;
 
-    bool fTriggerOn;
     bool fVerbose;
     bool fEnabled;
@@ -531,4 +532,5 @@
 public:
     StateMachineRateControl(ostream &out=cout) : StateMachineDim(out, "RATE_CONTROL"),
+        fTriggerOn(false),
         fStatusDim(make_pair(Time(), -2)),
         fStatusFTM(make_pair(Time(), -2)),
@@ -542,6 +544,5 @@
                  "|min[DAC]:Value at which scan was started"
                  "|max[DAC]:Value at which scan will end"
-                 "|step[DAC]:Step size for scan")*/,
-        fTriggerOn(false)
+                 "|step[DAC]:Step size for scan")*/
     {
         // ba::io_service::work is a kind of keep_alive for the loop.
