[project @ 2001-08-07 09:20:52 by simonmar]
[ghc-hetmet.git] / ghc / rts / RtsFlags.h
index 26f9a9c..ab493d2 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsFlags.h,v 1.34 2001/07/23 17:23:19 simonmar Exp $
+ * $Id: RtsFlags.h,v 1.35 2001/08/07 09:20:52 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -33,9 +33,11 @@ struct GC_FLAGS {
 
     nat     generations;
     nat     steps;
-    rtsBool compact;      
     rtsBool squeezeUpdFrames;
 
+    rtsBool compact;
+    double  compactThreshold;
+
     rtsBool ringBell;
     rtsBool frontpanel;
 };