Fixed ThreadID to be defined as StgThreadID, not StgWord64. Changed CapabilityNum...
authordonnie@darthik.com <unknown>
Mon, 13 Apr 2009 01:07:05 +0000 (01:07 +0000)
committerdonnie@darthik.com <unknown>
Mon, 13 Apr 2009 01:07:05 +0000 (01:07 +0000)
commit543823a15820e4006b4d973b1bddf07749f7c1b3
tree2698cf87c22ede7c2a205079afe698973c0321fe
parent0292156b69dbbf7ee2b494ba26ca1b7f28182ab6
Fixed ThreadID to be defined as StgThreadID, not StgWord64.  Changed CapabilityNum to CapNo.  Added helper functions postCapNo() and postThreadID().
ThreadID was StgWord64, but should have been StgThreadID, which is
currently StgWord32.  Changed name from CapabilityNum to CapNo to better
reflect naming in Capability struct where "no" is the capability number.
Modified EventLog.c to use the helper functions postCapNo() and
postThreadID () for CapNo and ThreadID.
includes/EventLogFormat.h
rts/eventlog/EventLog.c