HomeClusterLabs Projects

Log: controller: add FSA input register flag functions

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

Description

Log: controller: add FSA input register flag functions

... instead of set_bit()/clear_bit(), which improves trace messages like:

Bit 0x0001000 set by some_function:100
Bit 0x0008000 set by some_function:101

to:

FSA input flags 0x00009000 (R_JOIN_OK|R_INVOKE_PE) for controller set by some_function:100

Details

Provenance
kgaillotAuthored on Jun 25 2020, 7:18 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.