summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/include/virtphy/osmo_mcast_sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/virt_phy/include/virtphy/osmo_mcast_sock.h')
-rw-r--r--src/host/virt_phy/include/virtphy/osmo_mcast_sock.h4
1 files changed, 2 insertions, 2 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 abf2c48d..3c5954d8 100644
--- a/src/host/virt_phy/include/virtphy/osmo_mcast_sock.h
+++ b/src/host/virt_phy/include/virtphy/osmo_mcast_sock.h
@@ -4,11 +4,11 @@
#include <osmocom/core/select.h>
struct mcast_server_sock {
- struct osmo_fd *osmo_fd;
+ struct osmo_fd osmo_fd;
};
struct mcast_client_sock {
- struct osmo_fd *osmo_fd;
+ struct osmo_fd osmo_fd;
struct ip_mreq *mcast_group;
};