]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
* Header comment to advertise ldns_axfr_complete to check for
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Fri, 10 Sep 2010 09:37:06 +0000 (09:37 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Fri, 10 Sep 2010 09:37:06 +0000 (09:37 +0000)
         successfully completed zone transfers.

Changelog
ldns/resolver.h

index b2223aaff92c9f0cfeccd1aa20ae6ccbd2559790..87af4807ac9ad42fb1f7da263f7f9e42bfe5af71 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,8 @@
        * EXPERIMENTAL ecdsa implementation, please do not enable on real
          servers.
         * bugfix #326: ignore whitespace between directives and their values.
+       * Header comment to advertise ldns_axfr_complete to check for
+         successfully completed zone transfers.
 
 1.6.6
        * Fix ldns_rr_clone to copy question rrs properly.
index 59fe33e2511e5d948bb40dbd975ca8d241945e0e..f887aaf676e90b2c9e7af486cb6f3dcc1c3f1b3d 100644 (file)
@@ -679,6 +679,8 @@ void ldns_resolver_deep_free(ldns_resolver *res);
  * \param[in] resolver the resolver to use. First ldns_axfr_start() must be
  * called
  * \return ldns_rr the next RR from the AXFR stream
+ * After you get this returned RR (not NULL: on error), then check if 
+ * ldns_axfr_complete() is true to see if the zone transfer has completed.
  */
 ldns_rr* ldns_axfr_next(ldns_resolver *resolver);