From deed7317e69626b3857b052bbd9bf29d48cba50b Mon Sep 17 00:00:00 2001 From: shaver Date: Wed, 9 Jul 2003 01:00:40 +0000 Subject: [PATCH] teach jt_dbg_modules about mgmt_svc and mgmt_cli --- lnet/utils/debug.c | 2 ++ lustre/portals/utils/debug.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 9ab1c73d..78271d5 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -551,6 +551,8 @@ int jt_dbg_modules(int argc, char **argv) {"mds_ext3", "lustre/mds"}, {"mds_extN", "lustre/mds"}, {"ptlbd", "lustre/ptlbd"}, + {"mgmt_svc", "lustre/mgmt"}, + {"mgmt_cli", "lustre/mgmt"}, {NULL, NULL} }; char *path = ".."; diff --git a/lustre/portals/utils/debug.c b/lustre/portals/utils/debug.c index 9ab1c73d..78271d5 100644 --- a/lustre/portals/utils/debug.c +++ b/lustre/portals/utils/debug.c @@ -551,6 +551,8 @@ int jt_dbg_modules(int argc, char **argv) {"mds_ext3", "lustre/mds"}, {"mds_extN", "lustre/mds"}, {"ptlbd", "lustre/ptlbd"}, + {"mgmt_svc", "lustre/mgmt"}, + {"mgmt_cli", "lustre/mgmt"}, {NULL, NULL} }; char *path = ".."; -- 1.8.3.1