HomeClusterLabs Projects

Refactor: libcrmcommon: Rearrange send/receive code in crm_ipc_send.
1ee8e68f4d42Unpublished

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: libcrmcommon: Rearrange send/receive code in crm_ipc_send.

In order to support multipart IPC messages, all the sending has to
happen first and only then can the receiving happen. The existing code
had everything jumbled together which also made things a little more
confusing than they really are. Rearrange the code so that we send
first, then receive, then process any reply.

Details

Provenance
clumensAuthored on Feb 24 2025, 1:11 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.