Rudimentary first sketch of a history type, to encode all the history-trail leading to a certain result from primal inputs.
This will be extended in the future and moved into LAL.
Definition at line 108 of file FstatMetric_v2.c.
Data Fields | |
CHAR * | app_name |
name (and path) of this application More... | |
CHAR * | cmdline |
commandline used to produce this result More... | |
CHAR * | VCSInfoString |
Git source-version + configure string. More... | |
CHAR* ResultHistory_t::app_name |
name (and path) of this application
Definition at line 109 of file FstatMetric_v2.c.
CHAR* ResultHistory_t::cmdline |
commandline used to produce this result
Definition at line 110 of file FstatMetric_v2.c.
CHAR* ResultHistory_t::VCSInfoString |
Git source-version + configure string.
Definition at line 111 of file FstatMetric_v2.c.