diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-03-22 00:50:18 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-03-22 00:50:18 +0100 | 
| commit | 744322fdda3c459524a981e32211f987ef8ca983 (patch) | |
| tree | b9b106194387ec19b69b14e5e5edadbf03dd5a0f /src/testing | |
| parent | db61bc3bbeede8e2432156567ab74283420b3c7f (diff) | |
the big EC rename
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/testing_api_cmd_batch.c | 2 | ||||
| -rw-r--r-- | src/testing/testing_api_loop.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/testing/testing_api_cmd_batch.c b/src/testing/testing_api_cmd_batch.c index 5de923f7..74ff0247 100644 --- a/src/testing/testing_api_cmd_batch.c +++ b/src/testing/testing_api_cmd_batch.c @@ -72,7 +72,7 @@ batch_run (void *cls,    }    bs->batch[bs->batch_ip].start_time      = bs->batch[bs->batch_ip].last_req_time -      = GNUNET_TIME_absolute_get (); +        = GNUNET_TIME_absolute_get ();    bs->batch[bs->batch_ip].num_tries = 1;    bs->batch[bs->batch_ip].run (bs->batch[bs->batch_ip].cls,                                 &bs->batch[bs->batch_ip], diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index 4e139917..b4b1aaaa 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -274,7 +274,7 @@ interpreter_run (void *cls)                cmd->label);    cmd->start_time      = cmd->last_req_time -      = GNUNET_TIME_absolute_get (); +        = GNUNET_TIME_absolute_get ();    cmd->num_tries = 1;    cmd->run (cmd->cls,              cmd, | 
