FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kNode_ReadHealthLog ( kNode  node,
kHealthSummary summary,
kAlloc  alloc 
)

Reads and summarizes the node health log.

If a node supports health logging, it will periodically record any persistent health indicators to non-volatile storage. The ReadHealthLog method can be used to read and summarize health log snapshots to generate a health statistics report.

If the node does not support health logging, the received summary object will be empty.

Parameters
nodekNode object.
summaryReceives a summary of the node health log.
allocMemory allocator for health log summary.
Returns
Operation status.