Logger logs harness seed and test execution keys in hex representation.

This commit is contained in:
Markus Kauppila 2011-07-25 19:33:32 +03:00
parent 279a841b64
commit 46f39ab285
12 changed files with 71 additions and 32 deletions

View file

@ -8,12 +8,13 @@
*
* \param parameterCount How many parameters were given
* \param runnerParameters What parameters were given to the runner
* \param runSeed Fuzzer seed of the harness
* \param eventTime When the execution started
* \param data Any additional data logger needs
*
*/
void PlainRunStarted(int parameterCount, char *runnerParameters[], time_t eventTime,
void *data);
void PlainRunStarted(int parameterCount, char *runnerParameters[], char *runSeed,
time_t eventTime, void *data);
/*!
* Prints out information about ending the test run.