aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device.h b/src/device.h
index fae3845..218546e 100644
--- a/src/device.h
+++ b/src/device.h
@@ -17,7 +17,6 @@
#include <linux/workqueue.h>
#include <linux/mutex.h>
#include <linux/net.h>
-//#include <linux/ptr_ring.h>
struct wireguard_device;
@@ -27,9 +26,7 @@ struct multicore_worker {
};
struct crypt_queue {
- //struct ptr_ring ring;
struct ck_ring ring;
- struct ck_ring_buffer ring_buffer;
union {
struct {
struct multicore_worker __percpu *worker;