HomeClusterLabs Projects

Feature: daemons: Initial new server-side IPC support in attrd.

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

Description

Feature: daemons: Initial new server-side IPC support in attrd.

This just adds the basic framework for handling both IPC and CPG
messages in the same way. For the moment, only unknown messages are
processed.

The basic approach is that each system has its own set of callbacks
including its own dispatch function. Those dispatch functions will do
whatever is necessary to then call a common function
(attrd_handle_request) which will then call into the table of message
handlers. The initial dispatch functions should be kept minimal.

Details

Provenance
clumensAuthored on Aug 15 2022, 3:37 PM

Commit No Longer Exists

This commit no longer exists in the repository.