HomeClusterLabs Projects

Refactor: libcib: Use object-type in CIB create failure reply

Description

Refactor: libcib: Use object-type in CIB create failure reply

...instead of object_type.

This affects the data received by a client's callback function. We don't
document the reply format or make any guarantees about it, so we don't
need to maintain compatibility by using the same attribute names
forever.

This allows us to have only PCMK_XA_OBJECT_TYPE, instead of both
PCMK_XA_OBJECT_TYPE (public, with hyphen in the literal) and
PCMK__XA_OBJECT_TYPE (internal, with underscore in the literal).

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

Details

Provenance
nrwahl2Authored on Jan 4 2024, 9:13 PM
Parents
rPded234237240: API: libcrmcommon: Deprecate XML_ACL_ATTR_TAG
Branches
Unknown
Tags
Unknown