aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-02-22 20:47:10 -0500
committerDavid S. Miller <davem@davemloft.net>2011-02-22 20:47:10 -0500
commit05d8402576c9c1b85bfc9e4f9d6a21c27ccbd5b1 (patch)
treed3406de85a12ae45b75ef109bd8e991b119f55b9 /include/net/xfrm.h
parente8a4e37716dbc964e1cd18bca1a62fbd11805c1d (diff)
xfrm: Mark flowi arg to ->get_tos() 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 2de3dae3d29..2c0927b0443 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -273,7 +273,7 @@ struct xfrm_policy_afinfo {
273 void (*decode_session)(struct sk_buff *skb, 273 void (*decode_session)(struct sk_buff *skb,
274 struct flowi *fl, 274 struct flowi *fl,
275 int reverse); 275 int reverse);
276 int (*get_tos)(struct flowi *fl); 276 int (*get_tos)(const struct flowi *fl);
277 int (*init_path)(struct xfrm_dst *path, 277 int (*init_path)(struct xfrm_dst *path,
278 struct dst_entry *dst, 278 struct dst_entry *dst,
279 int nfheader_len); 279 int nfheader_len);