summaryrefslogtreecommitdiffstats
path: root/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace.h')
-rw-r--r--trace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/trace.h b/trace.h
index 816f660..54fdefe 100644
--- a/trace.h
+++ b/trace.h
@@ -10,8 +10,8 @@
\*****************************************************************************/
struct trace_element {
- char name[10];
- char sub[10];
+ char name[11];
+ char sub[11];
char value[64];
};
@@ -26,7 +26,7 @@ struct trace {
unsigned long sec, usec;
/* type */
- char category[4];
+ int category;
int serial;
char name[64];