extend the rules/c-objs macro to take the way as a parameter
[ghc-hetmet.git] / includes / RtsFlags.h
index 7709787..348a8f5 100644 (file)
@@ -192,6 +192,7 @@ struct PAR_FLAGS {
   rtsBool        parGcGen;       /* do parallel GC in this generation
                                   * and higher only */
   rtsBool        parGcLoadBalancing; /* do load-balancing in parallel GC */
+  rtsBool        setAffinity;    /* force thread affinity with CPUs */
 };
 #endif /* THREADED_RTS */