eapol/eapol_framework/eapol_common/am/include/eap_am_tools.h
changeset 36 c98682f98478
parent 26 9abfd4f00d37
child 49 43351a4f2da3
--- a/eapol/eapol_framework/eapol_common/am/include/eap_am_tools.h	Thu Jun 24 11:23:08 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/am/include/eap_am_tools.h	Fri Jul 09 10:14:51 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: %
+* %version: 8.1.2 %
 */
 
 #if !defined( _EAP_AM_TOOLS_H_ )
@@ -120,6 +120,7 @@
 		eap_trace_mask_hash_map           = (1u << 13u), ///< This value traces only data of hash table. It does map data and selector.
 		eap_trace_mask_timer_queue        = (1u << 14u), ///< This value traces the timer queue.
 		eap_trace_mask_ok_returns         = (1u << 15u), ///< This value traces the OK return values, alot of them.
+		eap_trace_mask_trace_never        = (1u << 16u), ///< This value never traces. This can disable trace always.
 	};
 
 	EAP_FUNC_IMPORT u8_t octet_to_ascii(i32_t octet);
@@ -321,6 +322,8 @@
 
 const u32_t TRACE_FLAGS_OK_RETURNS = eap_am_tools_c::eap_trace_mask_ok_returns;
 
+const u32_t EAP_TRACE_FLAGS_NEVER = eap_am_tools_c::eap_trace_mask_trace_never;
+
 //-----------------------------------------------------------------------------------------------
 
 #if !defined(USE_EAP_STATUS_RETURN)