mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
module-rtp-sap: ttl is uint32_t
This commit is contained in:
parent
01d6724819
commit
bd28637233
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ struct impl {
|
||||||
struct spa_source *timer;
|
struct spa_source *timer;
|
||||||
|
|
||||||
char *ifname;
|
char *ifname;
|
||||||
bool ttl;
|
uint32_t ttl;
|
||||||
bool mcast_loop;
|
bool mcast_loop;
|
||||||
|
|
||||||
struct sockaddr_storage src_addr;
|
struct sockaddr_storage src_addr;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue