mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-17 13:46:56 +08:00
Merge branch 'master' into ppp-new
This commit is contained in:
@@ -140,7 +140,11 @@ struct api_msg {
|
||||
(see netconn_gethostbyname). */
|
||||
struct dns_api_msg {
|
||||
/** Hostname to query or dotted IP address string */
|
||||
#if LWIP_MPU_COMPATIBLE
|
||||
char name[DNS_MAX_NAME_LENGTH];
|
||||
#else /* LWIP_MPU_COMPATIBLE */
|
||||
const char *name;
|
||||
#endif /* LWIP_MPU_COMPATIBLE */
|
||||
/** Rhe resolved address is stored here */
|
||||
ip_addr_t API_MSG_M_DEF(addr);
|
||||
/** This semaphore is posted when the name is resolved, the application thread
|
||||
|
||||
Reference in New Issue
Block a user