mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Added struct ip_mreq (#143)
This commit is contained in:
parent
9e98d6893d
commit
2584a86ab4
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,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
Reference in a new issue