diff options
author | Duncan Coutts <duncan@well-typed.com> | 2011-05-26 16:01:24 +0100 |
---|---|---|
committer | Duncan Coutts <duncan@well-typed.com> | 2011-05-26 18:47:38 +0100 |
commit | c4f9b989c605776c1f07929672a856f07d9b4b44 (patch) | |
tree | 9316caee81d203db930b1c8460d6fd694b3bc142 /rts/eventlog/EventLog.h | |
parent | 68b76e0e49d4d95e1bfe9343697e2abc99470791 (diff) | |
download | haskell-c4f9b989c605776c1f07929672a856f07d9b4b44.tar.gz |
Make the tracing of the startup event more regular
Rather than doing it differently for the eventlog and Dtrace cases.
Diffstat (limited to 'rts/eventlog/EventLog.h')
-rw-r--r-- | rts/eventlog/EventLog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/eventlog/EventLog.h b/rts/eventlog/EventLog.h index 0cfab5c091..22a034c2d4 100644 --- a/rts/eventlog/EventLog.h +++ b/rts/eventlog/EventLog.h @@ -45,6 +45,8 @@ void postUserMsg(Capability *cap, char *msg, va_list ap); void postCapMsg(Capability *cap, char *msg, va_list ap); +void postEventStartup(EventCapNo n_caps); + #else /* !TRACING */ INLINE_HEADER void postSchedEvent (Capability *cap STG_UNUSED, |