summaryrefslogtreecommitdiffstats
path: root/include/set_elem.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2015-09-07 17:56:47 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2015-09-07 20:00:57 +0200
commit206d98a54305a1178c7d9c5e234699813f8c6f5a (patch)
treecf4a1335eb6724cfbdb3a8caa5346a78758d9506 /include/set_elem.h
parent96807c4c05e1e76b8bbf00d874a28a279e7d2840 (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'include/set_elem.h')
-rw-r--r--include/set_elem.h2
1 files changed, 1 insertions, 1 deletions
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;