]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
add slowness to doc
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 6 Apr 2006 12:21:13 +0000 (12:21 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 6 Apr 2006 12:21:13 +0000 (12:21 +0000)
ldns/zone.h

index 25d881e37da64c60e2a86c138f0ba02f9e393540..3038e71032c27406f8e5b51064924593b2ae4b6d 100644 (file)
@@ -104,6 +104,9 @@ bool ldns_zone_push_rr(ldns_zone *z, ldns_rr *rr);
  * records. The resulting list does are pointer references
  * to the zone's data.
  *
+ * Due to the current zone implementation (as a list of rr's), this
+ * function is extremely slow.
+ *
  * \param[in] z the zone to look for glue
  * \return the rr_list with the glue
  */