From: RĂ©mi Denis-Courmont Date: Fri, 24 Nov 2006 20:43:18 +0000 (+0000) Subject: We have a problem here. X-Git-Tag: 0.9.0-test0~9249 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=00ba59b08b3b34f6b2d5fdf39c9cdc49cac79e07;p=vlc We have a problem here. --- diff --git a/src/network/udp.c b/src/network/udp.c index c63520a60c..09281e8344 100644 --- a/src/network/udp.c +++ b/src/network/udp.c @@ -297,7 +297,17 @@ net_IPv6Join (vlc_object_t *obj, int fd, const struct sockaddr_in6 *src) */ # warning Your C headers are out-of-date. Please update. -/* Most (all?) Mingw32 versions in use are yet to pick up Vista stuff */ +/* No, I won't guess the layout of these two. + * No, I don't want another socket protection level type-of obnoxious bug. */ +# error Hmmm? This needs fixing. +# define MCAST_JOIN_GROUP XXX +struct group_req +{ + uint32_t gr_interface; FIXME + struct sockaddr_storage gr_group; FIXME +}; + + # define MCAST_JOIN_SOURCE_GROUP 45 /* from */ struct group_source_req { @@ -305,7 +315,7 @@ struct group_source_req struct sockaddr_storage gsr_group; struct sockaddr_storage gsr_source; }; -# endif +#endif /** * IP-agnostic multicast join,