enum node_type
Overview
Possible node types More…
#include <log_msg.h> enum node_type { NT_SESSION, NT_PACKAGE, NT_TEST, NT_BRANCH, NT_LAST, };
Detailed Documentation
Possible node types
Enum Values
NT_SESSION
Node of session type
NT_PACKAGE
Node of package type
NT_TEST
Node of test type
NT_BRANCH
It is used only for generation events “branch start” / “branch end”
NT_LAST
Last marker - the biggest value of the all elements