On Sun, 11 Feb 2018 22:02:30 +0200 Serhey Popovych <[email protected]> wrote:
> +static inline void inet_prefix_reset_flags(inet_prefix *p)
> +{
> + p->flags = 0;
> +}
Just do it.
Wrapper adds nothing here.
On Sun, 11 Feb 2018 22:02:30 +0200 Serhey Popovych <[email protected]> wrote:
> +static inline void inet_prefix_reset_flags(inet_prefix *p)
> +{
> + p->flags = 0;
> +}
Just do it.
Wrapper adds nothing here.