libosmocore/include
Alexander Couzens 8419bb2e9e socket.h: introduce osmo_sockaddr to hold v4 and v6 endpoints
When dealing with IPv4 and IPv6 address, the struct sockaddr
allows to hold IPv4 and IPv6.
However even when struct sockaddr is being used, a cast to the
IPv4 or IPv6 family must happen. To work around this additional code,
use a union for the most common types.

Change-Id: If80172373735193401af872b18e1ff00c93880e7
2020-08-10 23:29:21 +02:00
..
osmocom socket.h: introduce osmo_sockaddr to hold v4 and v6 endpoints 2020-08-10 23:29:21 +02:00
Makefile.am vty: Introduce support to set cpu-affinity and scheduler policy 2020-08-10 14:11:18 +00:00