HomeClusterLabs Projects

Refactor: libcrmcommon: Don't require an IPC connection everywhere.

Description

Refactor: libcrmcommon: Don't require an IPC connection everywhere.

Any of the new attrd IPC API functions that do not require a response
can just pass NULL for the API and instead we'll use a temporary new
connection. This connection is synchronous and doesn't have any
callback attached, which is why it can only be used with those functions
that do not send a response.

Details

Provenance
clumensAuthored on May 17 2022, 10:13 AM
Parents
rPeb20a65577c3: Refactor: libcrmcommon: Call pcmk__node_attr_target from new API functions.
Branches
Unknown
Tags
Unknown