aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2019-10-01 00:57:42 +0200
committerLinus Nordberg <linus@nordberg.se>2019-10-01 00:57:42 +0200
commit203f12fcdfbb8783d7416648657344471e55fbc3 (patch)
treed524a5d30d68fafba2127471581540e284960bc6 /common.h
parentFix typo in the previous commits NULL check (diff)
downloadwg-dynamic-ln/remove-allowedips-3.tar.xz
wg-dynamic-ln/remove-allowedips-3.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index fcb0f0e..426ad20 100644
--- a/common.h
+++ b/common.h
@@ -74,6 +74,7 @@ struct wg_dynamic_request {
uint32_t version;
int fd;
wg_key pubkey;
+ struct in6_addr lladdr;
unsigned char *buf;
size_t buflen;
struct wg_dynamic_attr *first, *last;