summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-13 13:49:37 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-13 13:49:37 +0200
commita2f06f28e286013dcbdd15a29b32a8b80a068e0c (patch)
treed8d4e29154882f36427815cb0fd751c604c802b0 /src/host/virt_phy/include
parent46a452412600c37deea5df4568c9bb03c9e7b48d (diff)
VIRT-PHY: osmo_mcast_sock: Get rid of server_sock.sock_conf
We don't need to store this data, we cans simply connect the socket to the destination mcast address instead. Change-Id: I3c98653c41eff9feb649d9c47cd40b26fd81ed05
Diffstat (limited to 'src/host/virt_phy/include')
-rw-r--r--src/host/virt_phy/include/virtphy/osmo_mcast_sock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/virt_phy/include/virtphy/osmo_mcast_sock.h b/src/host/virt_phy/include/virtphy/osmo_mcast_sock.h
index f318ffea..abf2c48d 100644
--- a/src/host/virt_phy/include/virtphy/osmo_mcast_sock.h
+++ b/src/host/virt_phy/include/virtphy/osmo_mcast_sock.h
@@ -5,7 +5,6 @@
struct mcast_server_sock {
struct osmo_fd *osmo_fd;
- struct sockaddr_in *sock_conf;
};
struct mcast_client_sock {