diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-10-10 17:38:35 +0200 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2019-10-18 09:21:48 +0000 |
commit | 3f464fc007ace5a829e8d43e72a88055f14b52e3 (patch) | |
tree | d2785c51e0b50b3cc95dec011061a40479f4895c /debian/control | |
parent | c85f773640965066ce5488f0be291fc69065a50b (diff) |
socket: Introduce API osmo_sock_init2_multiaddr()
This API will be used by libosmo-netif's osmo_stream for SCTP sockets,
which in turn will be used by libosmo-sccp to support multi-homed
connections.
Related: OS#3608
Change-Id: Ic8681d9e093216c99c6bca4be81c31ef83688ed1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 07163da2..6c9cfae9 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 9), libpcsclite-dev, pkg-config, libtalloc-dev, + libsctp-dev, python (>= 2.7.6) Standards-Version: 3.9.8 Vcs-Git: git://git.osmocom.org/libosmocore.git |