aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-02-22 20:48:57 -0500
committerDavid S. Miller <davem@davemloft.net>2011-02-22 20:48:57 -0500
commit0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87 (patch)
tree895c8242220a1bbbdf0704bba009fb3a424af316 /include/net/xfrm.h
parent05d8402576c9c1b85bfc9e4f9d6a21c27ccbd5b1 (diff)
xfrm: Mark flowi arg to ->fill_dst() const.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 2c0927b04436..c77407fdfa87 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -279,7 +279,7 @@ struct xfrm_policy_afinfo {
279 int nfheader_len); 279 int nfheader_len);
280 int (*fill_dst)(struct xfrm_dst *xdst, 280 int (*fill_dst)(struct xfrm_dst *xdst,
281 struct net_device *dev, 281 struct net_device *dev,
282 struct flowi *fl); 282 const struct flowi *fl);
283}; 283};
284 284
285extern int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo); 285extern int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo);