1
0
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:
Maria Matejka
2023-02-28 10:42:47 +01:00
parent 8e6abea41e
commit d9f0f4af7d
14 changed files with 51 additions and 30 deletions

View File

@@ -168,7 +168,7 @@ ev_postpone(event *e)
}
static void
ev_dump(resource *r)
ev_dump(resource *r, unsigned indent UNUSED)
{
event *e = (event *) r;