summaryrefslogtreecommitdiffstats
path: root/trace.h
diff options
context:
space:
mode:
authorSuper User2007-05-30 06:14:41 +0200
committerSuper User2007-05-30 06:14:41 +0200
commit9deb150f2ba289736e81f69bb7cf24e5b236ee96 (patch)
treee557fe407bf9d6951697316c44f2bc62eff14501 /trace.h
parenttest (diff)
downloadlcr-9deb150f2ba289736e81f69bb7cf24e5b236ee96.tar.gz
lcr-9deb150f2ba289736e81f69bb7cf24e5b236ee96.tar.xz
lcr-9deb150f2ba289736e81f69bb7cf24e5b236ee96.zip
backup
Diffstat (limited to 'trace.h')
-rw-r--r--trace.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/trace.h b/trace.h
index 073fc9a..427eb97 100644
--- a/trace.h
+++ b/trace.h
@@ -15,8 +15,6 @@ struct trace_element {
char value[64];
};
-#define MAX_NESTED_TRACES 1
-
#define MAX_TRACE_ELEMENTS 32
struct trace {
/* header */
@@ -28,7 +26,7 @@ struct trace {
unsigned long sec, usec;
/* type */
- char category[32];
+ char category[4];
char name[64];
/* elements */