Objects are only set to ready if both their parent region and their
authormartijn <martijn@openbsd.org>
Tue, 19 Jul 2022 19:25:42 +0000 (19:25 +0000)
committermartijn <martijn@openbsd.org>
Tue, 19 Jul 2022 19:25:42 +0000 (19:25 +0000)
commitcb11ee67dca0d61721d9271cc60e64c70cb845b1
tree3937b5addc0b21c9b6e736e0ce80cd7d0e22cd37
parentc68c490cf8a8727db967706f5fd6d9d7e1cb610e
Objects are only set to ready if both their parent region and their
(optional) indices are ready. However, indices in another region than the
object can be made ready at a later time. These indices should then trigger
the ready state in their related objects.

This didn't happen for dynamic indices.

OK sthen@
lib/libagentx/agentx.c