HomeClusterLabs Projects

Refactor: controller: Avoid void pointers in lrm_state_t
d16a8d255f4aUnpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent 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
rPb2a8d9e6a55e: Refactor: controller: Pull remote_ra_*_t types into new header file
Branches
Unknown
Tags
Unknown

Event Timeline