From 06b12364716b4f7b8f561877b90dc43619f30874 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 8 Oct 2018 03:36:20 +0200 Subject: global: rename struct wireguard_ to struct wg_ This required a bit of pruning of our christmas trees. Suggested-by: Jiri Pirko --- src/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/device.h') 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 #include -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; -- cgit v1.2.3-59-g8ed1b