Skip to content

Changes

Started by upstream project gerrit-libosmo-netif #781
Started 1 day 2 hr ago
Queued 5.7 sec

Summary

  1. stream: Fix build with --disable-libsctp (details)
Commit 1d5605597b76a0d9dbf81b1136ad874334c70861 by dtv.comp
stream: Fix build with --disable-libsctp

Guard SCTP-specific includes and code paths with HAVE_LIBSCTP to
allow building libosmo-netif without libsctp support.

This avoids unconditional inclusion of <osmocom/netif/sctp.h> and
ensures that SCTP-specific variables and send paths are only compiled
when SCTP support is enabled.

No functional change when HAVE_LIBSCTP is defined.

Change-Id: I07ef25f3fcc39f9bee023d9264a72c4381b82b65
The file was modifiedsrc/stream.c
The file was modifiedsrc/stream_cli.c
The file was modifiedsrc/stream_srv.c