aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index 3cbbbaa..855ec27 100644
--- a/src/device.h
+++ b/src/device.h
@@ -19,6 +19,7 @@
struct wireguard_device {
struct sock __rcu *sock4, *sock6;
u16 incoming_port;
+ u32 fwmark;
struct net *creating_net;
struct workqueue_struct *workqueue;
struct workqueue_struct *parallelqueue;