micro-opt: replace stmGetEnclosingTRec() with a field access
[ghc-hetmet.git] / rts / eventlog / EventLog.h
index e2ee13a..557ee77 100644 (file)
@@ -33,9 +33,9 @@ void postSchedEvent(Capability *cap, EventTypeNum tag,
 
 void postMsg(char *msg, va_list ap);
 
-void postCapMsg(Capability *cap, char *msg, va_list ap);
+void postUserMsg(Capability *cap, char *msg);
 
-void printAndClearEventLog(Capability *cap);
+void postCapMsg(Capability *cap, char *msg, va_list ap);
 
 #else /* !TRACING */