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:41:18 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

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

One function (mdns_search_service) returns an s8_t (via pointer) and the other
function (mdns_search_stop) needs this value as u8_t - so you have to cast in
application code. My point is: Change BOTH functions to u8_t or leave both as
they are now.

Do you see a problem in changing mdns_search_service to u8_t, too?

    _______________________________________________________

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]