From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 06 Dec 2023 09:51:13 +0000
Subject: [PATCH] add dts config
---
kernel/include/net/netns/nftables.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/kernel/include/net/netns/nftables.h b/kernel/include/net/netns/nftables.h
index 286fd96..ccb84b7 100644
--- a/kernel/include/net/netns/nftables.h
+++ b/kernel/include/net/netns/nftables.h
@@ -3,14 +3,19 @@
#define _NETNS_NFTABLES_H_
#include <linux/list.h>
+#include <linux/android_kabi.h>
struct netns_nftables {
struct list_head tables;
struct list_head commit_list;
+ struct list_head module_list;
+ struct list_head notify_list;
struct mutex commit_mutex;
unsigned int base_seq;
u8 gencursor;
u8 validate_state;
+
+ ANDROID_KABI_RESERVE(1);
};
#endif
--
Gitblit v1.6.2