HomeClusterLabs Projects

Refactor: controller: Avoid void pointers in lrm_state_t

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 Sep 2 2025, 10:23 PM
Parents
rP3dd5f4ed566b: Refactor: controller: Pull remote_ra_*_t types into new header file
Branches
Unknown
Tags
Unknown