Re: [PATCH 3/3] rtla: Parse cmdline using libsubcmd
From: Tomas Glozar
Date: Mon Mar 23 2026 - 10:31:21 EST
pá 20. 3. 2026 v 18:32 odesílatel Wander Lairson Costa
<wander@xxxxxxxxxx> napsal:
> [snip]
>
> > -int getopt_auto(int argc, char **argv, const struct option *long_opts);
> > int common_parse_options(int argc, char **argv, struct common_params *common);
>
>
> The function common_parse_options() body was removed, but the declaration remains.
>
> > int common_apply_config(struct osnoise_tool *tool, struct common_params *params);
>
> [snip]
>
Thanks for noticing that, I will fix that in v2 that will be needed either way.
Tomas