mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[ip6] remove unused mScopeId from otSockAddr (#5316)
This commit is contained in:
@@ -53,7 +53,7 @@ extern "C" {
|
||||
* @note This number versions both OpenThread platform and user APIs.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_API_VERSION (19)
|
||||
#define OPENTHREAD_API_VERSION (20)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
@@ -205,7 +205,6 @@ typedef struct otSockAddr
|
||||
{
|
||||
otIp6Address mAddress; ///< An IPv6 address.
|
||||
uint16_t mPort; ///< A transport-layer port.
|
||||
int8_t mScopeId; ///< An IPv6 scope identifier.
|
||||
} otSockAddr;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user