On Thu, 22 Feb 2018 15:02:06 +0200 Serhey Popovych <[email protected]> wrote:
> +struct iplink_parse_args {
> + const char *dev;
> + const char *name;
> + const char *type;
> +
> + /* This definitely must be the last one and initialized
> + * by the caller of iplink_parse() that will initialize rest.
> + */
> + struct iplink_req *req;
> +};
> +
No control block please.
If you have too many arguments, then that means you need to do
some refactoring.
