summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorDavid S. Miller2011-02-23 02:48:57 +0100
committerDavid S. Miller2011-02-23 02:48:57 +0100
commit0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87 (patch)
tree895c8242220a1bbbdf0704bba009fb3a424af316 /include/net
parentxfrm: Mark flowi arg to ->get_tos() const. (diff)
downloadkernel-qcow2-linux-0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87.tar.gz
kernel-qcow2-linux-0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87.tar.xz
kernel-qcow2-linux-0c7b3eefb4ab8df245e94feb0d83c1c3450a3d87.zip
xfrm: Mark flowi arg to ->fill_dst() const.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-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 {
int nfheader_len);
int (*fill_dst)(struct xfrm_dst *xdst,
struct net_device *dev,
- struct flowi *fl);
+ const struct flowi *fl);
};
extern int xfrm_policy_register_afinfo(struct xfrm_policy_afinfo *afinfo);