summaryrefslogtreecommitdiff
path: root/rts/Schedule.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Schedule.h')
-rw-r--r--rts/Schedule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h
index 2afedeec86..ba5efc29ad 100644
--- a/rts/Schedule.h
+++ b/rts/Schedule.h
@@ -19,6 +19,7 @@
*/
void initScheduler (void);
void exitScheduler (void);
+void freeScheduler (void);
// Place a new thread on the run queue of the current Capability
void scheduleThread (Capability *cap, StgTSO *tso);