mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 15:20:07 +00:00
Remove globals from udp6.cpp.
This commit is contained in:
@@ -750,7 +750,8 @@ typedef struct otUdpSocket
|
||||
otSockAddr mPeerName; ///< The peer IPv6 socket address.
|
||||
otUdpReceive mHandler; ///< A function pointer to the application callback.
|
||||
void *mContext; ///< A pointer to application-specific context.
|
||||
struct otUdpSocket *mNext; ///< A pointer to the next UDP socket.
|
||||
void *mTransport; ///< A pointer to the transport object (internal use only).
|
||||
struct otUdpSocket *mNext; ///< A pointer to the next UDP socket (internal use only).
|
||||
} otUdpSocket;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user