HomeClusterLabs Projects

Refactor: libcrmcommon: New pcmk__xe_set_ll()
2751cb2cdadbUnpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Refactor: libcrmcommon: New pcmk__xe_set_ll()

The only reason we return a value here is so that pcmk__xe_set_timeval()
can check it. We could have a static helper function that both of them
call, so that this will be consistent, but I can't be bothered.

The existing crm_xml_add_ll() prints into a static buffer. While that is
undeniably more efficient, I don't think it matters.

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

Details

Provenance
nrwahl2Authored on Mar 19 2025, 7:09 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.