aboutsummaryrefslogtreecommitdiff
path: root/helper/test/odp_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/test/odp_process.c')
-rw-r--r--helper/test/odp_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/test/odp_process.c b/helper/test/odp_process.c
index 3483549b7..97f46691d 100644
--- a/helper/test/odp_process.c
+++ b/helper/test/odp_process.c
@@ -33,7 +33,7 @@ int main(int argc TEST_UNUSED, char *argv[] TEST_UNUSED)
exit(EXIT_FAILURE);
}
- if (odp_init_local()) {
+ if (odp_init_local(ODP_THREAD_CONTROL)) {
LOG_ERR("Error: ODP local init failed.\n");
exit(EXIT_FAILURE);
}