mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
mdns: update mdns_out_question_s to be in line with mdns_parsed_question_s struct
Closes https://github.com/espressif/esp-idf/issues/1568
This commit is contained in:
@@ -260,7 +260,7 @@ typedef struct mdns_srv_item_s {
|
||||
typedef struct mdns_out_question_s {
|
||||
struct mdns_out_question_s * next;
|
||||
uint16_t type;
|
||||
uint8_t unicast;
|
||||
bool unicast;
|
||||
const char * host;
|
||||
const char * service;
|
||||
const char * proto;
|
||||
|
Reference in New Issue
Block a user