From 79888537df15161107487378372fd8c1dc8c764f Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Mon, 30 Jan 2012 10:09:42 -0800 Subject: [PATCH] common: add DAPL_DBG_TYPE_CM_STATS (0x40000) to debug log options Signed-off-by: Arlin Davis --- dapl/include/dapl_debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.41.0