summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2008-04-15 21:12:26 -0400
committerMartin Hunt <hunt@redhat.com>2008-04-15 21:12:26 -0400
commitd46ba57b8584a005b2b97d1e7a02004169670492 (patch)
treeb6e5630bd90414b5469bfb7ac0a014d52c8bb885 /runtime/runtime.h
parentca1655b01e0f15289f5b8e7b760373c733cbdd83 (diff)
parent4f7a75f2cb3394290d1093a031546aa848ace929 (diff)
downloadsystemtap-steved-d46ba57b8584a005b2b97d1e7a02004169670492.tar.gz
systemtap-steved-d46ba57b8584a005b2b97d1e7a02004169670492.tar.xz
systemtap-steved-d46ba57b8584a005b2b97d1e7a02004169670492.zip
Merge branch 'master' of monkey:/home/hunt/systemtap
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 8d267173..50eb9d31 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -70,6 +70,10 @@ static struct
#define MAXSTRINGLEN 128
#endif
+#ifndef MAXTRACE
+#define MAXTRACE 20
+#endif
+
#ifdef CONFIG_FRAME_POINTER
/* Just because frame pointers are available does not mean we can trust them. */
#if defined (__i386__) || defined (__arm__)