[ewg] [PATCH 04/15] uDAPL v2.0 common: add DAPL_DBG_TYPE_CM_STATS (0x40000) to debug log options
Davis, Arlin R
arlin.r.davis at intel.com
Mon Apr 23 13:00:53 PDT 2012
Signed-off-by: Arlin Davis <arlin.r.davis at intel.com>
---
dapl/include/dapl_debug.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dapl/include/dapl_debug.h b/dapl/include/dapl_debug.h
index ff473e3..bb11c3d 100644
--- a/dapl/include/dapl_debug.h
+++ b/dapl/include/dapl_debug.h
@@ -70,7 +70,8 @@ typedef enum
DAPL_DBG_TYPE_THREAD = 0x4000,
DAPL_DBG_TYPE_CM_EST = 0x8000,
DAPL_DBG_TYPE_CM_WARN = 0x10000,
- DAPL_DBG_TYPE_EXTENSION = 0x20000
+ DAPL_DBG_TYPE_EXTENSION = 0x20000,
+ DAPL_DBG_TYPE_CM_STATS = 0x40000
} DAPL_DBG_TYPE;
--
1.7.3
More information about the ewg
mailing list