pdr: Stabilise pldm_entity_association_tree_find_with_locality()
Use of pldm_entity_association_tree_find_with_locality()(Previously
pldm_entity_association_tree_find_if_remote())is demonstrated here:
https://gerrit.openbmc.org/c/openbmc/pldm/+/44699
Change-Id: I715bcd63eb05442be097d6cc0682b1fb25ea3c07
Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
diff --git a/src/pdr.c b/src/pdr.c
index 5bd4bba..d921435 100644
--- a/src/pdr.c
+++ b/src/pdr.c
@@ -1150,7 +1150,7 @@
is_remote);
}
-LIBPLDM_ABI_TESTING
+LIBPLDM_ABI_STABLE
pldm_entity_node *pldm_entity_association_tree_find_with_locality(
pldm_entity_association_tree *tree, pldm_entity *entity, bool is_remote)
{