Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)
[ghc-hetmet.git] / includes / RtsFlags.h
index db196a9..5c72bbb 100644 (file)
@@ -183,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 */