aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-08-23 19:01:56 +0200
committerAlexander Couzens <lynxis@fe80.eu>2020-08-23 19:01:56 +0200
commit946025ddf54d2d4deaa1c9251df31d0445888579 (patch)
tree9c3f7bcb77a11d6fbaa839204775d4c084744212
parent2411f5063c4903f2af3aad93fc90dea3f9741067 (diff)
fixup rebase artifact remote_proto
-rw-r--r--include/osmocom/pcu/pcuif_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/pcu/pcuif_proto.h b/include/osmocom/pcu/pcuif_proto.h
index fafef142..eb8b5279 100644
--- a/include/osmocom/pcu/pcuif_proto.h
+++ b/include/osmocom/pcu/pcuif_proto.h
@@ -167,7 +167,6 @@ struct gsm_pcu_if_info_ind {
/* use IP PROTOCOL instead of address_family, because address_family is
* OS dependent. IPIP => v4, IPV6 => v6, 0 => unused */
uint8_t remote_proto[2];
- uint8_t address_family[2];
union {
struct in_addr ipv4;
struct in6_addr ipv6;