diff options
author | Andreas Voellmy <andreas.voellmy@gmail.com> | 2012-12-20 00:43:11 -0500 |
---|---|---|
committer | Johan Tibell <johan.tibell@gmail.com> | 2013-02-11 21:38:36 -0800 |
commit | 38a5902fec5ca7b078f607cc4e7452f1c62214f7 (patch) | |
tree | 67220998c4706c9c78a26258fd60a7fa9840ba97 /includes | |
parent | 7b098b6009727a012cb1f3ff0ca51698d302cae1 (diff) | |
download | haskell-38a5902fec5ca7b078f607cc4e7452f1c62214f7.tar.gz |
Added RTS hooks for the timer manager.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h index 9a2fbd0dd4..720d9674cc 100644 --- a/includes/rts/Globals.h +++ b/includes/rts/Globals.h @@ -23,5 +23,7 @@ StgStablePtr getOrSetGHCConcWindowsIOManagerThreadStore(StgStablePtr ptr); StgStablePtr getOrSetGHCConcWindowsProddingStore(StgStablePtr ptr); StgStablePtr getOrSetSystemEventThreadEventManagerStore(StgStablePtr ptr); StgStablePtr getOrSetSystemEventThreadIOManagerThreadStore(StgStablePtr ptr); +StgStablePtr getOrSetSystemTimerThreadEventManagerStore(StgStablePtr ptr); +StgStablePtr getOrSetSystemTimerThreadIOManagerThreadStore(StgStablePtr ptr); #endif /* RTS_GLOBALS_H */ |