[logging] add MLR log region (#5250)

This commit is contained in:
Simon Lin
2020-07-17 08:53:40 -07:00
committed by GitHub
parent 85af5f1963
commit 434e6bbffc
8 changed files with 148 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (15)
#define OPENTHREAD_API_VERSION (16)
/**
* @addtogroup api-instance
+1
View File
@@ -135,6 +135,7 @@ typedef enum otLogRegion
OT_LOG_REGION_CORE = 15, ///< OpenThread Core
OT_LOG_REGION_UTIL = 16, ///< Utility module
OT_LOG_REGION_BBR = 17, ///< Backbone Router (available since Thread 1.2)
OT_LOG_REGION_MLR = 18, ///< Multicast Listener Registration (available since Thread 1.2)
} otLogRegion;
/**