1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 00:51:06 +00:00

- Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl and

ares_addr6ttl in order to prevent name space pollution, along with
  necessary changes to code base and man pages.This change does not break
  ABI, there is no need to recompile existing applications. But existing
  applications using these structs with the old name will need source code
  adjustments when recompiled using c-ares 1.6.1.
This commit is contained in:
Yang Tse
2009-11-23 01:24:17 +00:00
parent 497afa9acb
commit 36b26039ac
7 changed files with 23 additions and 18 deletions

View File

@ -13,6 +13,7 @@ Changed:
o added ares_parse_srv_reply()
o added ares_parse_txt_reply()
o new --enable-symbol-hiding configure option
o addrttl and addr6ttl structs renamed to ares_addrttl and ares_addr6ttl
Fixed: