Skip to content

Changes

Started by upstream project gerrit-libosmocore #2260
Started 4 days 4 hr ago
Queued 6.7 sec
Took 2 min 52 sec on built-in

Summary

  1. socket_compat.h improvements to always have struct osmo_sockaddr (details)
Commit 5d46a1bb14483386017814b94acf251b8a9b802f by Pau Espin Pedrol
socket_compat.h improvements to always have struct osmo_sockaddr available

Having a #if (!EMBEDDED) based on compiler defined variable is not a
good idea. Instead, add minimal sys/socket.h and netient/in.h to always
have the definition of struct osmo_sockaddr available.

Change-Id: I5b10e09770727c72812af15360ab3385b957509b
The file was modifiedconfigure.ac
The file was modifiedinclude/osmocom/core/Makefile.am
The file was modifiedinclude/osmocom/core/socket.h
The file was modifiedinclude/osmocom/core/socket_compat.h.tpl