HomeClusterLabs Projects

Refactor: libcrmcommon: Remove buf_size from crm_ipc_s.

Description

Refactor: libcrmcommon: Remove buf_size from crm_ipc_s.

The libqb read buffer is now a fixed size, so we can just use
crm_ipc_default_buffer_size() anywhere we need that. And then anywhere
we need to know the size of buffer (nowhere at the moment, but possibly
in the future) we can just use GByteArray->len to figure that out. So
there's no need to keep an extra struct member around anymore.

Details

Provenance
clumensAuthored on May 2 2025, 4:20 PM
Parents
rP59e78e1cfe9e: Refactor: libcrmcommon: Add a GByteArray buffer to pcmk__client_s.
Branches
Unknown
Tags
Unknown