summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.h
diff options
context:
space:
mode:
authorSimon Marlow <simonmarhaskell@gmail.com>2008-04-16 21:48:25 +0000
committerSimon Marlow <simonmarhaskell@gmail.com>2008-04-16 21:48:25 +0000
commit4c394999264d602f10e7623cefa7588423c4f68b (patch)
tree3b68e9af98e5f0a745bf77082ec0ef32c71ea3fc /rts/RetainerProfile.h
parent938142abe2999ef941ce4998b830fbd7e770fb4e (diff)
downloadhaskell-4c394999264d602f10e7623cefa7588423c4f68b.tar.gz
GC: move static object processinng into thread-local storage
Diffstat (limited to 'rts/RetainerProfile.h')
-rw-r--r--rts/RetainerProfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h
index 827daa8ef4..f33c079f04 100644
--- a/rts/RetainerProfile.h
+++ b/rts/RetainerProfile.h
@@ -18,7 +18,7 @@ extern void initRetainerProfiling ( void );
extern void endRetainerProfiling ( void );
extern void printRetainer ( FILE *, retainer );
extern void retainerProfile ( void );
-extern void resetStaticObjectForRetainerProfiling ( void );
+extern void resetStaticObjectForRetainerProfiling( StgClosure *static_objects );
extern StgWord RTS_VAR(flip);