diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2024-06-03 18:10:05 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2024-06-03 18:10:05 +0000 |
commit | a2938a52cd4f8af4fb5c808b08698defa74dd8b0 (patch) | |
tree | 8f3b9690408985a8c5888822029537cd2e072253 | |
parent | c582664bf9654ecec9eba1d5f583473f5f24c260 (diff) |
gc v4 struct
-rw-r--r-- | sbin/dhcp6leased/dhcp6leased.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sbin/dhcp6leased/dhcp6leased.h b/sbin/dhcp6leased/dhcp6leased.h index ae85aa92ad2..7a4b3ece1aa 100644 --- a/sbin/dhcp6leased/dhcp6leased.h +++ b/sbin/dhcp6leased/dhcp6leased.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp6leased.h,v 1.4 2024/06/03 11:08:31 florian Exp $ */ +/* $OpenBSD: dhcp6leased.h,v 1.5 2024/06/03 18:10:04 florian Exp $ */ /* * Copyright (c) 2017, 2021 Florian Obser <florian@openbsd.org> @@ -221,13 +221,6 @@ struct imsg_ifinfo { char lease[LEASE_SIZE]; }; -struct imsg_propose_rdns { - uint32_t if_index; - int rdomain; - int rdns_count; - struct in_addr rdns[MAX_RDNS_COUNT]; -}; - struct imsg_dhcp { uint32_t if_index; ssize_t len; |