aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/queueing.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-05 03:26:34 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-05 15:27:29 +0200
commitdc8c2dead2d0e0f9b9598eae13f4fdd97821cbf2 (patch)
treeda85eedd249f06f3f231cdb14b93408240704ac9 /src/queueing.h
parentcompat: RHEL backported netlink changes (diff)
downloadwireguard-monolithic-historical-dc8c2dead2d0e0f9b9598eae13f4fdd97821cbf2.tar.xz
wireguard-monolithic-historical-dc8c2dead2d0e0f9b9598eae13f4fdd97821cbf2.zip
receive: do not store endpoint in ctx
Diffstat (limited to 'src/queueing.h')
-rw-r--r--src/queueing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/queueing.h b/src/queueing.h
index 68640b7..9b9b6a6 100644
--- a/src/queueing.h
+++ b/src/queueing.h
@@ -55,7 +55,6 @@ struct crypt_ctx {
atomic_t is_finished;
struct wireguard_peer *peer;
struct noise_keypair *keypair;
- struct endpoint endpoint;
};
/* Returns either the correct skb->protocol value, or 0 if invalid. */