HomeClusterLabs Projects

Refactor: fencer: separate CIB-related code into own source file

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

Description

Refactor: fencer: separate CIB-related code into own source file

No code changes, other than exposing some previously static symbols.
(Wrappers would help avoid that, but I didn't want to get that deep at this
point.)

Before:

1782 daemons/fenced/pacemaker-fenced.c
 318 daemons/fenced/pacemaker-fenced.h

After:

915 daemons/fenced/pacemaker-fenced.c
893 daemons/fenced/fenced_cib.c
328 daemons/fenced/pacemaker-fenced.h

Details

Provenance
kgaillotAuthored on Oct 9 2023, 2:04 PM

Commit No Longer Exists

This commit no longer exists in the repository.