Whamcloud - gitweb
LU-16723 parser: fix help hanging
[fs/lustre-release.git] / libcfs / include / libcfs / util / parser.h
index 62eb5f3..dd2c8c3 100644 (file)
@@ -20,8 +20,9 @@
 #ifndef _PARSER_H_
 #define _PARSER_H_
 
-#define HISTORY        100
+#define HISTORY 100
 #define MAXARGS 512
+#define MAXCMDS 1024
 
 #define CMD_COMPLETE   0
 #define CMD_INCOMPLETE 1