Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)
[ghc-hetmet.git] / includes / RtsFlags.h
index e14c940..5c72bbb 100644 (file)
@@ -121,6 +121,7 @@ struct CONCURRENT_FLAGS {
 struct MISC_FLAGS {
     int tickInterval;     /* in milliseconds */
     rtsBool install_signal_handlers;
+    rtsBool machineReadable;
     StgWord linkerMemBase;       /* address to ask the OS for memory
                                   * for the linker, NULL ==> off */
 };
@@ -182,6 +183,7 @@ struct PAR_FLAGS {
   rtsBool        parGcEnabled;   /* enable parallel GC */
   rtsBool        parGcGen;       /* do parallel GC in this generation
                                   * and higher only */
+  rtsBool        parGcLoadBalancing; /* do load-balancing in parallel GC */
 };
 #endif /* THREADED_RTS */