HomeClusterLabs Projects

API: libcrmcluster: Drop enum crm_ais_msg_class and its value

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

Description

API: libcrmcluster: Drop enum crm_ais_msg_class and its value

Don't bother replacing it internally, since only one value has existed
since 2.0.0 and it's equal to 0. calloc() takes care of zeroing the
value in newly allocated messages.

However, the id member of pcmk__cpg_msg_t must remain, to avoid breaking
communication with older nodes during a rolling upgrade.

This breaks API backward compatibility.

Ref T793

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

Details

Provenance
nrwahl2Authored on Jun 19 2024, 2:27 AM
Tasks
T793: Drop public API access to most of libcrmcluster

Commit No Longer Exists

This commit no longer exists in the repository.