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 10cfebde..6ad8af3b 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -244,6 +244,7 @@ enum cmd_obj {
* @op: operation
* @obj: object type to perform operation on
* @handle: handle for operations working without full objects
+ * @seqnum: sequence number to match netlink errors
* @union: object
* @arg: argument data
*/
@@ -253,6 +254,7 @@ struct cmd {
enum cmd_ops op;
enum cmd_obj obj;
struct handle handle;
+ uint32_t seqnum;
union {
void *data;
struct expr *expr;