From: Arlin Davis Date: Mon, 8 Aug 2011 05:39:32 +0000 (-0700) Subject: common: new debug bitmask definition for extension logging X-Git-Tag: dapl-2.0.33-1~14 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cab8890d96b20e5afa7f8afe3af5fb087af9a104;p=~ardavis%2Fdapl.git common: new debug bitmask definition for extension logging Signed-off-by: Arlin Davis --- diff --git a/dapl/include/dapl_debug.h b/dapl/include/dapl_debug.h index 6e332e6..ff473e3 100644 --- a/dapl/include/dapl_debug.h +++ b/dapl/include/dapl_debug.h @@ -69,7 +69,8 @@ typedef enum DAPL_DBG_TYPE_CM_LIST = 0x2000, DAPL_DBG_TYPE_THREAD = 0x4000, DAPL_DBG_TYPE_CM_EST = 0x8000, - DAPL_DBG_TYPE_CM_WARN = 0x10000 + DAPL_DBG_TYPE_CM_WARN = 0x10000, + DAPL_DBG_TYPE_EXTENSION = 0x20000 } DAPL_DBG_TYPE;