mdns: Use predefined interfaces to prepare for custom netifs

* Original commit: espressif/esp-idf@f90b3b798b
This commit is contained in:
David Cermak
2021-12-13 17:15:54 +01:00
committed by suren-gabrielyan-espressif
parent 605d1fab73
commit fa951bf320
4 changed files with 171 additions and 629 deletions

View File

@ -404,9 +404,8 @@ typedef struct {
} hostname_set;
char * instance;
struct {
esp_event_base_t event_base;
int32_t event_id;
esp_netif_t* interface;
mdns_if_t interface;
mdns_event_actions_t event_action;
} sys_event;
struct {
mdns_srv_item_t * service;