[project @ 2005-05-16 14:27:07 by simonmar]
[ghc-hetmet.git] / ghc / includes / RtsFlags.h
index d0ab562..a4c6d9b 100644 (file)
@@ -41,6 +41,8 @@ struct GC_FLAGS {
 
     rtsBool ringBell;
     rtsBool frontpanel;
+
+    int idleGCDelayTicks;      /* in milliseconds */
 };
 
 struct DEBUG_FLAGS {