aboutsummaryrefslogtreecommitdiff
path: root/helper/include
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2021-11-03 16:15:15 +0200
committerMatias Elo <matias.elo@nokia.com>2021-11-12 09:44:18 +0200
commitc4b1cde446777a397c99058de5c19aeffe1faacc (patch)
tree8ea5cd0f27005f655f6efe9d9ed4e49271cfb683 /helper/include
parentffce66a6945b62f10c37ab4b415810ae520828c4 (diff)
helper: cli: remove unused instance parameter from odph_cli_init()
Now that the CLI helper no longer creates a thread, the ODP instance is not needed by odph_cli_init(). Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'helper/include')
-rw-r--r--helper/include/odp/helper/cli.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/helper/include/odp/helper/cli.h b/helper/include/odp/helper/cli.h
index 982509f53..b2f88d7bc 100644
--- a/helper/include/odp/helper/cli.h
+++ b/helper/include/odp/helper/cli.h
@@ -76,12 +76,11 @@ void odph_cli_param_init(odph_cli_param_t *param);
* In process mode (ODPH_PROC_MODE), this function must be called before
* creating the thread which calls odph_cli_run().
*
- * @param instance ODP instance
* @param param CLI server parameters to use
* @retval 0 Success
* @retval <0 Failure
*/
-int odph_cli_init(odp_instance_t instance, const odph_cli_param_t *param);
+int odph_cli_init(const odph_cli_param_t *param);
/**
* Register a user defined command