commit | 200ce96e5601391a6d97c87067edf21fa94fb74e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Feb 24 00:12:25 2011 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 23 23:07:38 2011 -0800 |
tree | cda33247af56a5e4132668473629870a8236d707 | |
parent | 19bd62441c36279ab33e311faebd357ef04ba344 [diff] [blame] |
xfrm: Const'ify selector argument to xfrm_selector_match() Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 46f4470..567f08b 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h
@@ -845,7 +845,7 @@ return port; } -extern int xfrm_selector_match(struct xfrm_selector *sel, +extern int xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, unsigned short family);