HomeClusterLabs Projects

Refactor: all: drop enum pcmk__cluster_msg

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

Description

Refactor: all: drop enum pcmk__cluster_msg

Use enum pcmk_ipc_server, which serves the same purpose for IPC, instead.
This makes sense since the message functions manipulate both IPC and cluster
messages.

The naming of pcmk_ipc_server is now unfortunate (pcmk_server would be more
appropriate now), but it's public API, and not worth the hassle of deprecating
it and defining a new enum with all the function/struct signature changes that
would be needed.

Details

Provenance
kgaillotAuthored on Jul 16 2024, 3:43 PM

Commit No Longer Exists

This commit no longer exists in the repository.