HomeClusterLabs Projects

Refactor: libpe_status: remove node_mode argument from "node" message

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

Description

Refactor: libpe_status: remove node_mode argument from "node" message

node_mode is needed only by the text implementation and only when the "full"
argument is true, and was passed by only one caller. The other callers either
pass full as false or are for the HTML or XML implementations, so moving it
doesn't affect them.

Details

Provenance
kgaillotAuthored on Apr 4 2022, 2:55 PM

Commit No Longer Exists

This commit no longer exists in the repository.