summaryrefslogtreecommitdiffstats
path: root/runtime/transport/procfs.c
diff options
context:
space:
mode:
authorhunt <hunt>2006-03-15 09:16:49 +0000
committerhunt <hunt>2006-03-15 09:16:49 +0000
commitf425170459496ec7267751106bc0d0b0f28fc45a (patch)
tree82db90948194e6ad333631765cdc62ed262aab27 /runtime/transport/procfs.c
parente99b36af2f2f2e75b3dfbf9ef8fb41f87c5d3d14 (diff)
downloadsystemtap-steved-f425170459496ec7267751106bc0d0b0f28fc45a.tar.gz
systemtap-steved-f425170459496ec7267751106bc0d0b0f28fc45a.tar.xz
systemtap-steved-f425170459496ec7267751106bc0d0b0f28fc45a.zip
2006-03-15 Martin Hunt <hunt@redhat.com>
* procfs.c (STP_DEFAULT_BUFFERS): Bump up to 256.
Diffstat (limited to 'runtime/transport/procfs.c')
-rw-r--r--runtime/transport/procfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/transport/procfs.c b/runtime/transport/procfs.c
index b878a0f5..96337466 100644
--- a/runtime/transport/procfs.c
+++ b/runtime/transport/procfs.c
@@ -9,7 +9,7 @@
* later version.
*/
-#define STP_DEFAULT_BUFFERS 128
+#define STP_DEFAULT_BUFFERS 256
static int _stp_current_buffers = STP_DEFAULT_BUFFERS;
static struct list_head _stp_ready_q;