HomeClusterLabs Projects

Refactor: daemons: Do not try to free and alloc schedulerd_api repeatedly.

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

Description

Refactor: daemons: Do not try to free and alloc schedulerd_api repeatedly.

Instead, only allocate it once from pe_subsystem_new and only free it
once from pe_subsystem_free. In between, simply disconnect and
reconnect as needed. This prevents leaking the API object memory.

Details

Provenance
clumensAuthored on Nov 2 2021, 5:06 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.