aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-11-26 18:48:50 +0100
committerMicael Karlberg <[email protected]>2018-11-26 18:48:50 +0100
commit75f584009677b67d8cead653244bf55a799207b1 (patch)
treeb6be54d23e6e231febb65eda5d332539885a97e6 /erts/configure.in
parentc44851291637659ef096818eda4692c81ed052ae (diff)
parentb7e5753c4e2eb22d231f2b64291ba7d1aec4d444 (diff)
downloadotp-75f584009677b67d8cead653244bf55a799207b1.tar.gz
otp-75f584009677b67d8cead653244bf55a799207b1.tar.bz2
otp-75f584009677b67d8cead653244bf55a799207b1.zip
Merge branch 'bmk/20181126/nififying_inet_sctp_sles11/OTP-14831' into bmk/20180918/nififying_inet/OTP-14831
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index d211b81878..79a1944a03 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -1594,7 +1594,8 @@ if test x"$ac_cv_header_netinet_sctp_h" = x"yes"; then
struct sctp_paddrparams.spp_sackdelay,
struct sctp_paddrparams.spp_flags,
struct sctp_remote_error.sre_data,
- struct sctp_send_failed.ssf_data], [], [],
+ struct sctp_send_failed.ssf_data,
+ struct sctp_event_subscribe.sctp_sender_dry_event], [], [],
[#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif