summaryrefslogtreecommitdiff
path: root/sbin/unwind/unwind.h
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-11-19 14:47:47 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-11-19 14:47:47 +0000
commitbc08d54d0e93b6ebce7053b173dfcdf106b29d1f (patch)
tree0dc88957dbd5b1fc41099015cb064420aecd2efd /sbin/unwind/unwind.h
parent8bc489c72b555283119d2718cea3c78925d28537 (diff)
Proposals from dhclient are sometimes replacements.
slaacd should be changed as well. Tested by deraadt as part of a larger diff.
Diffstat (limited to 'sbin/unwind/unwind.h')
-rw-r--r--sbin/unwind/unwind.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/unwind/unwind.h b/sbin/unwind/unwind.h
index 37a0e0fcc0e..36090986d64 100644
--- a/sbin/unwind/unwind.h
+++ b/sbin/unwind/unwind.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unwind.h,v 1.29 2019/11/19 14:46:33 florian Exp $ */
+/* $OpenBSD: unwind.h,v 1.30 2019/11/19 14:47:46 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -125,6 +125,7 @@ enum imsg_type {
struct uw_forwarder {
TAILQ_ENTRY(uw_forwarder) entry;
char name[1024]; /* XXX */
+ int src;
uint16_t port;
};