HomeClusterLabs Projects

Fix: libcrmcommon: report errors consistently when waiting for data on…

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

Description

Fix: libcrmcommon: report errors consistently when waiting for data on connection

For some errors, crm_ipc_ready() and crm_remote_ready() would return -errno,
while for other errors, they would return -1 and set errno, making it impossible
for callers to reliably interpret the value. Now, they consistently return
-errno on error.

Details

Provenance
kgaillotAuthored on Sep 15 2016, 11:16 AM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.