Attention is currently required from: Timur Davydov.
3 comments:
File src/core/stats_tcp.c:
Patch Set #2, Line 25: #if !defined(EMBEDDED)
You can probably remove this defined(EMBEDDED) block now, since it will be covered by the ifdef HAVE_LINUX_TCP_H. You can verify it by submitting to gerrit and it should pass the CI, which also builds for EMBEDDED target.
Patch Set #2, Line 47: #include <errno.h>
Please move this up before the ifdef HAVE_LINUX_TCP_H.
Patch Set #2, Line 52: static struct osmo_tcp_stats_config s_tcp_stats_config = {
This should also be inside the HAVE_LIJNUX_TCP_H block below.
To view, visit change 41922. To unsubscribe, or for help writing mail filters, visit settings.