HomeClusterLabs Projects

Refactor: controller: Avoid void pointers in lrm_state_t
11e58d15a1f0Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Refactor: controller: Avoid void pointers in lrm_state_t

This code is only used within the controller, so we don't have to worry
about what's exposed. The value assigned to the conn member is always an
lrmd_t, and the value assigned to the remote_ra_data member is always a
remote_ra_data_t.

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

Details

Provenance
nrwahl2Authored on Tue, Sep 2, 10:23 PM
Parents
rP0498042e3070: Refactor: controller: Pull remote_ra_*_t types into new header file
Branches
Unknown
Tags
Unknown

Event Timeline