From 62619ee5e4e0df98c0dbb5190616a532f0fc303f Mon Sep 17 00:00:00 2001 From: eeb Date: Tue, 5 Apr 2005 19:01:15 +0000 Subject: [PATCH] * Updated lconf symbolic debug masks to be consistent with portals HEAD --- lustre/utils/lconf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 17fbe68..05690f1 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -90,6 +90,9 @@ ptldebug_names = { "reada" : (1 << 22), "mmap" : (1 << 23), "config" : (1 << 24), + "console" : (1 << 25), + "quota" : (1 << 26), + "sec" : (1 << 27), } subsystem_names = { @@ -118,6 +121,7 @@ subsystem_names = { "confobd" : (1 << 22), "lmv" : (1 << 23), "cmobd" : (1 << 24), + "sec" : (1 << 25), } -- 1.8.3.1