struct node_descr
Overview
Structure that represents information about a particular entry. More…
#include <log_msg.h> struct node_descr { // fields char* name; char* objective; unsigned int tin; char* page; char* hash; int n_branches; rgt_author* authors; unsigned int authors_num; };
Detailed Documentation
Structure that represents information about a particular entry. It is used for passing information about start/end events.
Fields
char* name
Entry name
char* objective
Objectives of the entry
unsigned int tin
Test identification number
char* page
Name of the page with documentation
char* hash
Parameters hash
int n_branches
Number of branches in the entry
rgt_author* authors
Names and emails of authors.
unsigned int authors_num
Number of authors.