HomeClusterLabs Projects

Refactor: all: make public API headers compatible with C++

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

Description

Refactor: all: make public API headers compatible with C++

This breaks backward API compatibility by changing the first argument of
send_cluster_text() from int to enum crm_ais_msg_class, and by renaming some
struct members:

struct Old name New name


cib_api_operations_s delete remove
lrmd_rsc_info_s class standard
lrmd_s private lrmd_private
stonith_s private st_private

Details

Provenance
kgaillotAuthored on Feb 19 2018, 5:12 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.