This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via ea0b2211f1c5d90e1699aa94b3192704fbf6ca91 (commit) from 1d43e53c96246c5625ae619d0667b179ea8bd4b2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ea0b2211f1c5d90e1699aa94b3192704fbf6ca91 Author: Mike Holmes mike.holmes@linaro.org Date: Tue Sep 13 13:35:40 2016 -0400
example: generator: actually use specified default
The help states default is 1000ms. 0 for flood mode, however the default was incorrectly set to zero.
Signed-off-by: Mike Holmes mike.holmes@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index b0053b9..48d7f5f 100644 --- a/example/generator/odp_generator.c +++ b/example/generator/odp_generator.c @@ -946,6 +946,7 @@ static void parse_args(int argc, char *argv[], appl_args_t *appl_args) appl_args->number = -1; appl_args->payload = 56; appl_args->timeout = -1; + appl_args->interval = DEFAULT_PKT_INTERVAL;
opterr = 0; /* do not issue errors on helper options */
-----------------------------------------------------------------------
Summary of changes: example/generator/odp_generator.c | 1 + 1 file changed, 1 insertion(+)
hooks/post-receive