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: Dirk Ziegelmeier
Subject: [lwip-devel] [patch #9792] mDNS: mdns_search_service mdns_search_stop: define the request id as unsigned.
Date: Tue, 30 Apr 2019 08:11:06 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

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

Yes, but it's a pointer to s8_t instead of u8_t.

So code would look like this:

s8_t request_id;
mdns_search_service(..., &request_id);

[...]

mdns_search_stop(request_id);

which produces a warning for mdns_search_stop() because of passing s8_t
instead of u8_t.

    _______________________________________________________

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]