Add a way to generate tracing events programmatically
[ghc-hetmet.git] / rts / eventlog / EventLog.h
index 364d12a..557ee77 100644 (file)
@@ -33,6 +33,8 @@ void postSchedEvent(Capability *cap, EventTypeNum tag,
 
 void postMsg(char *msg, va_list ap);
 
+void postUserMsg(Capability *cap, char *msg);
+
 void postCapMsg(Capability *cap, char *msg, va_list ap);
 
 #else /* !TRACING */