lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9792] mDNS: mdns_search_service mdns_search_stop: d


From: Douglas
Subject: [lwip-devel] [patch #9792] mDNS: mdns_search_service mdns_search_stop: define the request id as unsigned.
Date: Tue, 30 Apr 2019 08:51:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #8, patch #9792 (project lwip):

Sorry I don't understand why you claim that mdns_search_service returns a s8_t
as the patch is as follows:

 mdns_search_service(const char *name, const char *service, enum mdns_sd_proto
proto,
                     struct netif *netif, search_result_fn_t result_fn, void
*arg,
-                    s8_t *request_id)
+                    u8_t *request_id)

                     ^^^
See the patch changes it to return a u8_t.

Really sorry if I am missing something, would not be be first time.

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?9792>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]