[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <467C0524.6010208@trash.net>
Date: Fri, 22 Jun 2007 19:21:40 +0200
From: Patrick McHardy <kaber@...sh.net>
To: Stephen Hemminger <shemminger@...ux-foundation.org>
CC: netdev@...r.kernel.org,
PJ Waskiewicz <peter.p.waskiewicz.jr@...el.com>
Subject: Re: [IPROUTE]: Add nested compat attribute
Patrick McHardy wrote:
> extern int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len);
> extern int parse_rtattr_byindex(struct rtattr *tb[], int max, struct rtattr *rta, int len);
> +extern int parse_rtattr_nested_compat(struct rtattr *tb[], int max, struct rtattr *rta, void **data, int len);
Same change as in the kernel patch, avoid cast in caller
and make the signature match existing ones better.
View attachment "x2" of type "text/plain" (4679 bytes)
Powered by blists - more mailing lists