summaryrefslogtreecommitdiff
path: root/includes/RtsFlags.h
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-03-22 18:29:00 +0000
committerIan Lynagh <igloo@earth.li>2007-03-22 18:29:00 +0000
commit4cc37e5758909aaec9ede20604ec4f01c04b54ea (patch)
tree66f86e0def7572cd8a460ba2dbb2a0c95e249606 /includes/RtsFlags.h
parentaba08f650f66a7979b7d8e513f8630663f33f4fb (diff)
downloadhaskell-4cc37e5758909aaec9ede20604ec4f01c04b54ea.tar.gz
Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804
Diffstat (limited to 'includes/RtsFlags.h')
-rw-r--r--includes/RtsFlags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/RtsFlags.h b/includes/RtsFlags.h
index 6efd24d106..f7f79b6980 100644
--- a/includes/RtsFlags.h
+++ b/includes/RtsFlags.h
@@ -117,6 +117,7 @@ struct CONCURRENT_FLAGS {
struct MISC_FLAGS {
int tickInterval; /* in milliseconds */
+ rtsBool install_signal_handlers;
};
#ifdef PAR