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:
@@ -107,7 +107,7 @@ olock_free(resource *r)
|
||||
}
|
||||
|
||||
static void
|
||||
olock_dump(resource *r)
|
||||
olock_dump(resource *r, unsigned indent UNUSED)
|
||||
{
|
||||
struct object_lock *l = (struct object_lock *) r;
|
||||
static char *olock_states[] = { "free", "locked", "waiting", "event" };
|
||||
|
Reference in New Issue
Block a user