Typo in the title (odp_schdule_one).  Presumably Maxim can fix during merge?

On Fri, Dec 19, 2014 at 2:34 PM, Mike Holmes <[email protected]> wrote:
>
> Signed-off-by: Mike Holmes <[email protected]>
> ---
>  example/timer/odp_timer_test.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/example/timer/odp_timer_test.c
> b/example/timer/odp_timer_test.c
> index 0d6e31a..6d2609a 100644
> --- a/example/timer/odp_timer_test.c
> +++ b/example/timer/odp_timer_test.c
> @@ -84,7 +84,7 @@ static void test_abs_timeouts(int thr, test_args_t *args)
>         while (1) {
>                 odp_timeout_t tmo;
>
> -               buf = odp_schedule_one(&queue, ODP_SCHED_WAIT);
> +               buf = odp_schedule(&queue, ODP_SCHED_WAIT);
>
>                 tmo  = odp_timeout_from_buffer(buf);
>                 tick = odp_timeout_tick(tmo);
> --
> 2.1.0
>
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to