summaryrefslogtreecommitdiffstats
path: root/include/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rule.h')
-rw-r--r--include/rule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rule.h b/include/rule.h
index 9028c84b..86c0392f 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -212,6 +212,7 @@ extern struct rule *rule_lookup(const struct chain *chain, uint64_t handle);
* @keylen: key length
* @datatype: mapping data type
* @datalen: mapping data len
+ * @objtype: mapping object type
* @init: initializer
* @policy: set mechanism policy
* @desc: set mechanism desc
@@ -228,6 +229,7 @@ struct set {
unsigned int keylen;
const struct datatype *datatype;
unsigned int datalen;
+ uint32_t objtype;
struct expr *init;
uint32_t policy;
struct {