aboutsummaryrefslogtreecommitdiff
path: root/example/timer/odp_timer_test.c
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2017-01-31 10:07:24 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-02-03 19:52:57 +0300
commit1c0488456166888148bf191960691d076f5a9c2e (patch)
tree67a82c8526ba8485e1672baaed0434cdede36615 /example/timer/odp_timer_test.c
parent10cd6d5e4294d3a35a366e564fbc57abde732e85 (diff)
abi: pool: added initial definitions
Initially, use the same default ABI file for all architectures. Default values match those defined in odp-linux implementation to minimize changes in this phase. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example/timer/odp_timer_test.c')
-rw-r--r--example/timer/odp_timer_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/timer/odp_timer_test.c b/example/timer/odp_timer_test.c
index 1088a7442..2196b8c1f 100644
--- a/example/timer/odp_timer_test.c
+++ b/example/timer/odp_timer_test.c
@@ -520,7 +520,7 @@ err:
if (gbls != NULL && gbls->tp != ODP_TIMER_POOL_INVALID)
odp_timer_pool_destroy(gbls->tp);
- if (gbls != NULL && gbls->pool != ODP_TIMER_POOL_INVALID)
+ if (gbls != NULL && gbls->pool != ODP_POOL_INVALID)
if (odp_pool_destroy(gbls->pool))
err = 1;