mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 02:07:27 +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 * Original commit: espressif/esp-idf@eddd5c4f2c
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
c0f65a6997
commit
c440114d14
@ -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