HomeClusterLabs Projects

Low: scheduler: Fix types of arguments to formatted output functions.

Description

Low: scheduler: Fix types of arguments to formatted output functions.

These are mostly harmless, but the one about cluster-status expecting a
gboolean but actually getting an enum could cause problems in the
future. It is not currently causing a problem because a 0 value from
the enum gets cast to false and any other value gets cast to true.

Details

Provenance
clumensAuthored on Sep 7 2022, 1:13 PM
Parents
rP777556453e28: Refactor: libs: Use bool instead of gboolean in output-related functions.
Branches
Unknown
Tags
Unknown