HomeClusterLabs Projects

API: libcrmcluster: Drop enum crm_node_flags and all its values

Description

API: libcrmcluster: Drop enum crm_node_flags and all its values

Replace it with an internal enum pcmknode_status_flags. Also change
pcmk
node_status_t:flags from uint64_t to uint32_t since there are few
values.

This breaks API backward compatibility.

Ref T793

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

Details

Provenance
nrwahl2Authored on Jun 11 2024, 9:12 PM
Parents
rP109d71e056a7: Refactor: libcrmcluster: pcmk__node_status_t:uuid -> xml_id
Branches
Unknown
Tags
Unknown
Tasks
T793: Drop public API access to most of libcrmcluster