commit | 05d8402576c9c1b85bfc9e4f9d6a21c27ccbd5b1 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Feb 22 17:47:10 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 22 17:47:10 2011 -0800 |
tree | d3406de85a12ae45b75ef109bd8e991b119f55b9 | |
parent | e8a4e37716dbc964e1cd18bca1a62fbd11805c1d [diff] [blame] |
xfrm: Mark flowi arg to ->get_tos() const. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 2de3dae..2c0927b 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h
@@ -273,7 +273,7 @@ void (*decode_session)(struct sk_buff *skb, struct flowi *fl, int reverse); - int (*get_tos)(struct flowi *fl); + int (*get_tos)(const struct flowi *fl); int (*init_path)(struct xfrm_dst *path, struct dst_entry *dst, int nfheader_len);