Re: [PATCH 1/3] inetpeer: Support ipv6 addresses.
From: Stephen Hemminger <hidden>
Date: 2010-11-29 22:33:59
From: Stephen Hemminger <hidden>
Date: 2010-11-29 22:33:59
On Mon, 29 Nov 2010 13:44:03 -0800 (PST) David Miller [off-list ref] wrote:
+static inline bool inet_peer_addr_equal(inet_peer_address_t *a, inet_peer_address_t *b)
Let the compiler decide about inline. Should be const inet_peer_address_t * --