summaryrefslogtreecommitdiffstats
path: root/trace.h
diff options
context:
space:
mode:
authorSuper User2007-07-07 17:13:20 +0200
committerSuper User2007-07-07 17:13:20 +0200
commit3754d8f73ff7cb55e204f7ede6569028407a00e5 (patch)
treead989d2f0beba3a985ac4f53c973afa630c56de1 /trace.h
parentbackup (diff)
downloadlcr-3754d8f73ff7cb55e204f7ede6569028407a00e5.tar.gz
lcr-3754d8f73ff7cb55e204f7ede6569028407a00e5.tar.xz
lcr-3754d8f73ff7cb55e204f7ede6569028407a00e5.zip
backup
compiles, runs, but not enough debugged
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];