HomeClusterLabs Projects

Fix: libpe_status: Change return type of pe__unames_with_tag.

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

Description

Fix: libpe_status: Change return type of pe__unames_with_tag.

Instead of returning a gchar **, return a GListPtr of char *. This
means not needing to remember to use g_strdup and g_free, nor needing to
use an intermediate GPtrArray in constructing the return value.

Details

Provenance
clumensAuthored on Mar 31 2020, 2:29 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.