summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */