X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=includes%2Frts%2FEventLogFormat.h;h=f3f56c9dd09fdf5b9efac3ae6a847db679c2a319;hb=ff7ee297b541101f930edf1a1c0a8323f49ccd5b;hp=5741ad9e0612322dce71770c1119f85b638e25e8;hpb=784e214dd44eba39f4c34936a27e6cc82948205c;p=ghc-hetmet.git diff --git a/includes/rts/EventLogFormat.h b/includes/rts/EventLogFormat.h index 5741ad9..f3f56c9 100644 --- a/includes/rts/EventLogFormat.h +++ b/includes/rts/EventLogFormat.h @@ -155,11 +155,11 @@ #ifndef EVENTLOG_CONSTANTS_ONLY typedef StgWord16 EventTypeNum; -typedef StgWord64 EventTimestamp; // in nanoseconds +typedef StgWord64 EventTimestamp; /* in nanoseconds */ typedef StgWord32 EventThreadID; typedef StgWord16 EventCapNo; -typedef StgWord16 EventPayloadSize; // variable-size events -typedef StgWord16 EventThreadStatus; // status for EVENT_STOP_THREAD +typedef StgWord16 EventPayloadSize; /* variable-size events */ +typedef StgWord16 EventThreadStatus; /* status for EVENT_STOP_THREAD */ #endif