From 223a3d73af2e48bd7e5d6681d08e20e5709e646e Mon Sep 17 00:00:00 2001 From: pjkirner Date: Thu, 8 Sep 2005 20:37:10 +0000 Subject: [PATCH] * Fix ogdb-host file generation, pickup the correct lnet modules as well as the legacy portals modules (for testing purposes only) --- lnet/utils/debug.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 006966e..bf1816d 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -664,9 +664,19 @@ int jt_dbg_mark_debug_buf(int argc, char **argv) static struct mod_paths { char *name, *path; } mod_paths[] = { + + /* + * The following 3 are for testing ptllnd + * and are no longer part of a shipping product + */ + {"libptl", "portals/libptl"}, + {"portals", "portals/portals"}, + {"ksocknal", "portals/knals/socknal"}, + {"libcfs", "lnet/libcfs"}, - {"portals", "lnet/portals"}, - {"ksocknal", "lnet/knals/socknal"}, + {"lnet", "lnet/lnet"}, + {"ksocklnd", "lnet/klnds/socklnd"}, + {"kptllnd", "lnet/klnds/ptllnd"}, {"kptlrouter", "lnet/router"}, {"lvfs", "lustre/lvfs"}, {"obdclass", "lustre/obdclass"}, -- 1.8.3.1