HomeClusterLabs Projects

Refactor: various: Drop pcmk__xe_add_node()

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: various: Drop pcmk__xe_add_node()

All but one caller passes 0 for nodeid. In those cases, it's equivalent
to a single crm_xml_add() call. For the caller that passed nodeid >= 0,
we simply check whether it's > 0 and call crm_xml_add() again if so.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Jan 15 2025, 11:16 PM

Commit No Longer Exists

This commit no longer exists in the repository.