diff options
Diffstat (limited to 'src/queueing.h')
-rw-r--r-- | src/queueing.h | 1 |
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. */ |