HomeClusterLabs Projects

Refactor: controller: Drop struct st_fail_rec
84628db05fafUnpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Refactor: controller: Drop struct st_fail_rec

It only stores an integer. Use GINT_TO_POINTER(), etc., instead. Note
that g_hash_table_lookup_extended() returns TRUE if the value was found
and FALSE otherwise, and stores the original key in the third argument
if not NULL.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Aug 11 2025, 3:14 AM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.