HomeClusterLabs Projects

API: libpacemaker: Take a GList * instead of a stonith_key_value_t *.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

API: libpacemaker: Take a GList * instead of a stonith_key_value_t *.

We are likely to get rid of the latter type at some point in the future,
and even if we don't, it shouldn't be used as the argument to a public
API function.

However, st->cmds->register_level_full still requires that as a
parameter and we can't change it. So, take a GList everywhere and
convert the type at the last minute before calling the stonith function.

Details

Provenance
clumensAuthored on Oct 18 2024, 10:55 AM

Commit No Longer Exists

This commit no longer exists in the repository.