summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhunt <hunt>2007-07-09 14:50:04 +0000
committerhunt <hunt>2007-07-09 14:50:04 +0000
commit49231d5e932948cb28190eab857d27585fabb902 (patch)
treee0a013914509f70ceb00ba110be75a7815fb214b
parent150990c50e7e473760d8129c8aac4428932afa6a (diff)
downloadsystemtap-steved-49231d5e932948cb28190eab857d27585fabb902.tar.gz
systemtap-steved-49231d5e932948cb28190eab857d27585fabb902.tar.xz
systemtap-steved-49231d5e932948cb28190eab857d27585fabb902.zip
2007-07-09 Martin Hunt <hunt@redhat.com>
* sym.h (STP_MAX_MODULES): Raise limit to 256.
-rw-r--r--runtime/ChangeLog4
-rw-r--r--runtime/sym.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 4be3350b..2f7f8140 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-09 Martin Hunt <hunt@redhat.com>
+
+ * sym.h (STP_MAX_MODULES): Raise limit to 256.
+
2007-07-06 Martin Hunt <hunt@redhat.com>
* stat-common.c (__stp_stat_add): Fix calculations
diff --git a/runtime/sym.h b/runtime/sym.h
index d164e23f..6a55a22e 100644
--- a/runtime/sym.h
+++ b/runtime/sym.h
@@ -49,7 +49,7 @@ struct _stp_module {
};
#ifndef STP_MAX_MODULES
-#define STP_MAX_MODULES 128
+#define STP_MAX_MODULES 256
#endif
/* the alphabetical array of modules */