aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device.h b/src/device.h
index 2bd1429..b0cbc78 100644
--- a/src/device.h
+++ b/src/device.h
@@ -18,7 +18,7 @@
#include <linux/net.h>
#include <linux/ptr_ring.h>
-struct wireguard_device;
+struct wg_device;
struct multicore_worker {
void *ptr;
@@ -36,7 +36,7 @@ struct crypt_queue {
};
};
-struct wireguard_device {
+struct wg_device {
struct net_device *dev;
struct crypt_queue encrypt_queue, decrypt_queue;
struct sock __rcu *sock4, *sock6;