mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
Added missing definition for struct ip_mreq (that at the end is a simple struct containing two in_addr objects)
This commit is contained in:
parent
7abca1531f
commit
c7b58be2d6
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ struct sockaddr_storage {
|
|||
};
|
||||
};
|
||||
|
||||
struct ip_mreq {
|
||||
struct in_addr imr_multiaddr; /* IP multicast address of group */
|
||||
struct in_addr imr_interface; /* local IP address of interface */
|
||||
};
|
||||
|
||||
|
||||
struct pollfd {
|
||||
int32_t fd;
|
||||
int16_t events;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue