HomeClusterLabs Projects

Refactor: controller,libpacemaker: get rid of superfluous struct

Description

Refactor: controller,libpacemaker: get rid of superfluous struct

crm_action_timer_t consisted of a single useful member (an int),
another int copied from its parent struct, and a pointer back to its parent
struct.

Just put the useful int in the parent struct.

Details

Provenance
kgaillotAuthored on Apr 13 2022, 3:43 PM
Parents
rP933d616153cf: Refactor: scheduler: rename action_type_e
Branches
Unknown
Tags
Unknown