summaryrefslogtreecommitdiff
path: root/proto/wireguard/wireguard.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto/wireguard/wireguard.h')
-rw-r--r--proto/wireguard/wireguard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/wireguard/wireguard.h b/proto/wireguard/wireguard.h
index c2f780ca..e1cce73f 100644
--- a/proto/wireguard/wireguard.h
+++ b/proto/wireguard/wireguard.h
@@ -41,6 +41,8 @@ struct wg_channel {
};
struct wg_entry {
+ bool is_tunnel_ep;
+ wg_key public_key;
struct fib_node n;
};