X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsFlags.h;h=ab493d243044d04d8d1a38f76d76400e4af18d1f;hb=433cdcade29d3a887e4db32b241b98a0eadb39d0;hp=26f9a9c689dcfd4d64bb59f451f6488c021d875f;hpb=0632467ac5a762fba828925b3a15c62f22fad7c5;p=ghc-hetmet.git diff --git a/ghc/rts/RtsFlags.h b/ghc/rts/RtsFlags.h index 26f9a9c..ab493d2 100644 --- a/ghc/rts/RtsFlags.h +++ b/ghc/rts/RtsFlags.h @@ -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; };