Re: [XFRM]: constify 'struct xfrm_type'
From: Joe Perches <joe@perches.com>
Date: 2008-01-24 17:18:34
From: Joe Perches <joe@perches.com>
Date: 2008-01-24 17:18:34
On Thu, 2008-01-24 at 12:26 +0100, Eric Dumazet wrote:
- struct xfrm_type *type; + const struct xfrm_type *type;
Perhaps const foo * const bar; for most or all of these conversions?