aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-05-27 23:45:59 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-04 20:30:02 +0200
commit01b798f4b8fa2e266d6cac215da2d550d24b2a96 (patch)
tree03058db4d600b4d3e3080de1ad211f9973cee40f /src/device.h
parentWIP3 (diff)
downloadwireguard-monolithic-historical-01b798f4b8fa2e266d6cac215da2d550d24b2a96.tar.xz
wireguard-monolithic-historical-01b798f4b8fa2e266d6cac215da2d550d24b2a96.zip
WIP4
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;