mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Resource dumps also write out block addresses
This commit is contained in:
@@ -550,7 +550,7 @@ ea_class_ref_free(resource *r)
|
||||
}
|
||||
|
||||
static void
|
||||
ea_class_ref_dump(resource *r)
|
||||
ea_class_ref_dump(resource *r, unsigned indent UNUSED)
|
||||
{
|
||||
struct ea_class_ref *ref = SKIP_BACK(struct ea_class_ref, r, r);
|
||||
debug("name \"%s\", type=%d\n", ref->class->name, ref->class->type);
|
||||
|
Reference in New Issue
Block a user