diff options
author | donnie@darthik.com <unknown> | 2009-04-03 03:30:25 +0000 |
---|---|---|
committer | donnie@darthik.com <unknown> | 2009-04-03 03:30:25 +0000 |
commit | e8d7985d56595f6b8004546bedc41627ca70c528 (patch) | |
tree | 0e64ccc292ee511027f61ff1831c3e2016c09169 /includes/EventLogFormat.h | |
parent | 2a21b894d36ad83797bd46aa683297c3d466d3bb (diff) | |
download | haskell-e8d7985d56595f6b8004546bedc41627ca70c528.tar.gz |
Eventlog support for new event type: create spark.
Diffstat (limited to 'includes/EventLogFormat.h')
-rw-r--r-- | includes/EventLogFormat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/EventLogFormat.h b/includes/EventLogFormat.h index 5fbfe9bd99..a8a5a83b69 100644 --- a/includes/EventLogFormat.h +++ b/includes/EventLogFormat.h @@ -109,8 +109,9 @@ #define EVENT_GC_END 10 /* (cap) */ #define EVENT_REQUEST_SEQ_GC 11 /* (cap) */ #define EVENT_REQUEST_PAR_GC 12 /* (cap) */ +#define EVENT_CREATE_SPARK 13 /* (cap, thread) */ -#define NUM_EVENT_TAGS 13 +#define NUM_EVENT_TAGS 14 /* * Status values for EVENT_STOP_THREAD |