From 600890067c40e1846398db373b9c38b6fe9a16a6 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 26 Apr 2016 14:16:58 +0100 Subject: libnftnl: constify object arguments to various functions flow table support needs constant object arguments to printing functions to avoid ugly casts. While at it, also constify object arguments to message construction, destructor and a few helper functions. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libnftnl/trace.h') diff --git a/include/libnftnl/trace.h b/include/libnftnl/trace.h index 674bc16..18ab0c3 100644 --- a/include/libnftnl/trace.h +++ b/include/libnftnl/trace.h @@ -35,7 +35,7 @@ enum nftnl_trace_attr { struct nftnl_trace; struct nftnl_trace *nftnl_trace_alloc(void); -void nftnl_trace_free(struct nftnl_trace *trace); +void nftnl_trace_free(const struct nftnl_trace *trace); bool nftnl_trace_is_set(const struct nftnl_trace *trace, uint16_t type); -- cgit v1.2.3