diff options
Diffstat (limited to 'runtime/lket/b2a/lket_b2a.h')
-rw-r--r-- | runtime/lket/b2a/lket_b2a.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lket/b2a/lket_b2a.h b/runtime/lket/b2a/lket_b2a.h index 8212ef62..2415c717 100644 --- a/runtime/lket/b2a/lket_b2a.h +++ b/runtime/lket/b2a/lket_b2a.h @@ -62,6 +62,7 @@ typedef struct { char evt_names[MAX_FIELDS][MAX_FIELDNAME_LEN]; /* e.g. protocal,dev_name,buff_len,... */ char fmt[256]; /* e.g. %1b,%0s,%2b,... */ int count; /* # of fields */ + int flag; /* a flag indicates whether exists trace data for this event */ } event_desc; /* |