summaryrefslogtreecommitdiff
path: root/rts/Prelude.h
diff options
context:
space:
mode:
authorAndreas Voellmy <andreas.voellmy@gmail.com>2012-12-22 19:38:21 -0500
committerJohan Tibell <johan.tibell@gmail.com>2013-02-11 21:38:36 -0800
commit24733b8f9bf27b2ebaf06a411a8bd95a01138651 (patch)
tree99b3c92a1e42267408eac2ce0e8b03a7dd1a65fe /rts/Prelude.h
parent38a5902fec5ca7b078f607cc4e7452f1c62214f7 (diff)
downloadhaskell-24733b8f9bf27b2ebaf06a411a8bd95a01138651.tar.gz
setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before returning.
This enables the IO manager to change the number of IO loops it uses (usually one per capability).
Diffstat (limited to 'rts/Prelude.h')
-rw-r--r--rts/Prelude.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Prelude.h b/rts/Prelude.h
index e0b87e067a..dcd7b94da4 100644
--- a/rts/Prelude.h
+++ b/rts/Prelude.h
@@ -45,6 +45,7 @@ PRELUDE_CLOSURE(base_ControlziExceptionziBase_nestedAtomically_closure);
PRELUDE_CLOSURE(base_GHCziConcziSync_runSparks_closure);
PRELUDE_CLOSURE(base_GHCziConcziIO_ensureIOManagerIsRunning_closure);
+PRELUDE_CLOSURE(base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure);
PRELUDE_CLOSURE(base_GHCziConcziSignal_runHandlers_closure);
PRELUDE_CLOSURE(base_GHCziTopHandler_flushStdHandles_closure);