From 206d98a54305a1178c7d9c5e234699813f8c6f5a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 7 Sep 2015 17:56:47 +0200 Subject: src: rename nftnl_rule_expr to nftnl_expr Use a shorter name for this, morever this can be used from sets so the _rule_ is misleading. Signed-off-by: Pablo Neira Ayuso --- include/set_elem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/set_elem.h') diff --git a/include/set_elem.h b/include/set_elem.h index 13e096c..60cecc9 100644 --- a/include/set_elem.h +++ b/include/set_elem.h @@ -8,7 +8,7 @@ struct nftnl_set_elem { uint32_t set_elem_flags; union nftnl_data_reg key; union nftnl_data_reg data; - struct nftnl_rule_expr *expr; + struct nftnl_expr *expr; uint32_t flags; uint64_t timeout; uint64_t expiration; -- cgit v1.2.3