Add a --machine-readable RTS flag
[ghc-hetmet.git] / includes / RtsFlags.h
index e14c940..db196a9 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 */
 };