summaryrefslogtreecommitdiffstats
path: root/runtime/sym.h
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 /runtime/sym.h
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.
Diffstat (limited to 'runtime/sym.h')
-rw-r--r--runtime/sym.h2
1 files changed, 1 insertions, 1 deletions
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 */