Sort the rrs in a zone, with the current impl. this is slow
.br
zone: the zone to sort
ldns_zone_glue_rr_list()
Retrieve all resource records from the zone that are glue
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. Another (probably better) way to do this
is to use an ldns_dnssec_zone structure and the mark_glue function
.br
z: the zone to look for glue
.br
Returns the rr_list with the glue
AUTHOR
The ldns team at NLnet Labs. Which consists out of
Jelte Jansen and Miek Gieben.