mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
mdns: add notification callback for async APIs
* Original commit: espressif/esp-idf@986603cf07
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
d37ab6dd25
commit
52306e914f
@ -365,6 +365,7 @@ typedef struct mdns_search_once_s {
|
||||
uint32_t started_at;
|
||||
uint32_t sent_at;
|
||||
uint32_t timeout;
|
||||
mdns_query_notify_t notifier;
|
||||
SemaphoreHandle_t done_semaphore;
|
||||
uint16_t type;
|
||||
uint8_t max_results;
|
||||
|
Reference in New Issue
Block a user