From 6d120b931c96638118d626be1d1c0dc9fe81a210 Mon Sep 17 00:00:00 2001 From: stansmith Date: Wed, 15 Aug 2007 23:53:34 +0000 Subject: [PATCH] [WinOF] DAPL/DAT debug bit values needed more whitespace for readability. git-svn-id: svn://openib.tc.cornell.edu/gen1@762 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/WinOF/InstallShield/Manual.htm | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/branches/WinOF/InstallShield/Manual.htm b/branches/WinOF/InstallShield/Manual.htm index 57ddc8d0..ea691010 100644 --- a/branches/WinOF/InstallShield/Manual.htm +++ b/branches/WinOF/InstallShield/Manual.htm @@ -15,7 +15,7 @@ div.Section1

User's Manual

Release 1.0

-08/01/2007

+08/14/2007

Overview

The Windows OpenFabrics (WinOF) package is composed of software modules intended @@ -1194,13 +1194,13 @@ DAT_DBG_TYPE Value specifies which parts of the registry will print debugging information, valid values are -DAT_OS_DBG_TYPE_ERROR = 0x1 -DAT_OS_DBG_TYPE_GENERIC = 0x2 -DAT_OS_DBG_TYPE_SR = 0x4 -DAT_OS_DBG_TYPE_DR = 0x8 +DAT_OS_DBG_TYPE_ERROR = 0x1 +DAT_OS_DBG_TYPE_GENERIC = 0x2 +DAT_OS_DBG_TYPE_SR = 0x4 +DAT_OS_DBG_TYPE_DR = 0x8 DAT_OS_DBG_TYPE_PROVIDER_API = 0x10 DAT_OS_DBG_TYPE_CONSUMER_API = 0x20 -DAT_OS_DBG_TYPE_ALL = 0xff +DAT_OS_DBG_TYPE_ALL = 0xff or any combination of these. For example you can use 0xC to get both static and dynamic registry output. @@ -1214,7 +1214,7 @@ Value sets the output destination, valid values are DAT_OS_DBG_DEST_STDOUT = 0x1 DAT_OS_DBG_DEST_SYSLOG = 0x2 -DAT_OS_DBG_DEST_ALL = 0x3 +DAT_OS_DBG_DEST_ALL = 0x3 For example, 0x3 will output to both stdout and the syslog. @@ -1228,17 +1228,17 @@ For example, 0x3 will output to both stdout and the syslog. Value specifies which parts of the registry will print debugging information, valid values are

-DAPL_DBG_TYPE_ERR = 0x0001
-DAPL_DBG_TYPE_WARN = 0x0002
-DAPL_DBG_TYPE_EVD = 0x0004
-DAPL_DBG_TYPE_CM = 0x0008
-DAPL_DBG_TYPE_EP = 0x0010
-DAPL_DBG_TYPE_UTIL = 0x0020
-DAPL_DBG_TYPE_CALLBACK = 0x0040
+
DAPL_DBG_TYPE_ERR          = 0x0001
+DAPL_DBG_TYPE_WARN         = 0x0002
+DAPL_DBG_TYPE_EVD          = 0x0004
+DAPL_DBG_TYPE_CM           = 0x0008
+DAPL_DBG_TYPE_EP           = 0x0010
+DAPL_DBG_TYPE_UTIL         = 0x0020
+DAPL_DBG_TYPE_CALLBACK     = 0x0040
DAPL_DBG_TYPE_DTO_COMP_ERR = 0x0080
-DAPL_DBG_TYPE_API = 0x0100
-DAPL_DBG_TYPE_RTN = 0x0200
-DAPL_DBG_TYPE_EXCEPTION = 0x0400
+DAPL_DBG_TYPE_API          = 0x0100
+DAPL_DBG_TYPE_RTN          = 0x0200
+DAPL_DBG_TYPE_EXCEPTION    = 0x0400

or any combination of these. For example you can use 0xC to get both
EVD and CM output.
@@ -1253,7 +1253,7 @@ Value sets the output destination, valid values are

DAPL_DBG_DEST_STDOUT = 0x1
DAPL_DBG_DEST_SYSLOG = 0x2
-DAPL_DBG_DEST_ALL = 0x3
+DAPL_DBG_DEST_ALL    = 0x3

For example, 0x3 will output to both stdout and the syslog.


-- 2.41.0