Make the tracing of the startup event more regular
[ghc-hetmet.git] / rts / eventlog / EventLog.h
index 0cfab5c..22a034c 100644 (file)
@@ -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,