Re: PATCH: rtnetlink explicit flags setting
From: jamal <hidden>
Date: 2005-05-27 13:58:51
From: jamal <hidden>
Date: 2005-05-27 13:58:51
On Fri, 2005-27-05 at 14:50 +0200, Thomas Graf wrote:
-#define NLMSG_PUT(skb, pid, seq, type, len) \ +#define NLMSG_NEW(skb, pid, seq, type, len, flags) \
How about introducing NLMSG_NEW and leave NLMSG_PUT where it is? This way we could do incremental updates. If there are not too many of those NLMSG_PUT around, then it shouldnt be an issue. The first change would be definetely on top of the current patch i sent which is well deserved. Lets have Dave swallow my patch then either you or i could make those changes. Sounds reasonable? cheers, jamal