add missing progress message
[ghc-hetmet.git] / includes / RtsFlags.h
index 6efd24d..f7f79b6 100644 (file)
@@ -117,6 +117,7 @@ struct CONCURRENT_FLAGS {
 
 struct MISC_FLAGS {
     int tickInterval;     /* in milliseconds */
+    rtsBool install_signal_handlers;
 };
 
 #ifdef PAR