Re: [PATCH] increase the number of concurrent sial commands

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cliff Wickman wrote:
From: Cliff Wickman <cpw@xxxxxxx>

The number of concurrently loaded sial commands is limited to 100.
Any beyond that number are silently ignored.
That limit may seem quite large, but we've run up against it.

I would like to increase it to 200.

Diffed against crash-4.0-4.7

Signed-off-by: Cliff Wickman <cpw@xxxxxxx>

---
 extensions/sial.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: crash-4.0-4.7/extensions/sial.c
===================================================================
--- crash-4.0-4.7.orig/extensions/sial.c
+++ crash-4.0-4.7/extensions/sial.c
@@ -789,7 +789,7 @@ char *sclass_help[]={
                 NULL
 };
-#define NCMDS 100
+#define NCMDS 200
 static struct command_table_entry command_table[NCMDS] =  {
{"edit", edit_cmd, edit_help},

--

Seems harmless enough.  If Luc has no objections, queued for the
next release.

Dave

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux