[Crash-utility] [PATCH] increase the number of concurrent sial commands

Cliff Wickman cpw at sgi.com
Sun Sep 14 06:11:31 UTC 2008



From: Cliff Wickman <cpw at sgi.com>

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 at sgi.com>

---
 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},




More information about the Crash-utility mailing list