From: Brett Mastbergen Date: Tue, 23 Jul 2019 17:36:49 +0000 (-0400) Subject: src: Sync comments with current expr definition X-Git-Tag: v0.9.2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ee7c597b69d8ea0c878fc0c7d8b40f9dc32d569;p=thirdparty%2Fnftables.git src: Sync comments with current expr definition ops has been removed, and etype has been added Signed-off-by: Brett Mastbergen Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/expression.h b/include/expression.h index 4de536827..717b67550 100644 --- a/include/expression.h +++ b/include/expression.h @@ -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 {