Return to locks.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / nest |
version 1.1.1.1, 2017/08/22 12:33:54 | version 1.1.1.2, 2021/03/17 19:50:23 |
---|---|
Line 45 olock_same(struct object_lock *x, struct object_lock * | Line 45 olock_same(struct object_lock *x, struct object_lock * |
return | return |
x->type == y->type && | x->type == y->type && |
x->iface == y->iface && | x->iface == y->iface && |
x->vrf == y->vrf && | |
x->port == y->port && | x->port == y->port && |
x->inst == y->inst && | x->inst == y->inst && |
ipa_equal(x->addr, y->addr); | ipa_equal(x->addr, y->addr); |