HomeClusterLabs Projects

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

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
Parents
rPe6d9486b2ea9: Refactor: daemons: Move definition of minimum_protocol_version...
Branches
Unknown
Tags
Unknown