]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
src: Sync comments with current expr definition
authorBrett Mastbergen <bmastbergen@untangle.com>
Tue, 23 Jul 2019 17:36:49 +0000 (13:36 -0400)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 23 Jul 2019 19:22:53 +0000 (21:22 +0200)
ops has been removed, and etype has been added

Signed-off-by: Brett Mastbergen <bmastbergen@untangle.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/expression.h

index 4de53682754b484d4dbef87d9be392fa57e9a5bd..717b675503818dd29ddba518a2b11b9d15cd7cb8 100644 (file)
@@ -208,9 +208,9 @@ enum expr_flags {
  * @flags:     mask of enum expr_flags
  * @dtype:     data type of expression
  * @byteorder: byteorder of expression
- * @len:       length of expression
- * @ops:       expression ops
+ * @etype:     expression type
  * @op:                operation for unary, binary and relational expressions
+ * @len:       length of expression
  * @union:     type specific data
  */
 struct expr {