summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2019-01-04 12:26:36 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2019-01-04 12:26:36 +0100
commit795809254d670bcaf858232cf4bf47d19c7eb6ea (patch)
treee1889dd92f59f154d5255de13dd3554dcc0c76bd
parent6d3a61785db78ee727a7c65f7299197612ba898d (diff)
downloadstrace-795809254d670bcaf858232cf4bf47d19c7eb6ea.tar.gz
xlat: add SCTP_EVENT to sock_sctp_options
* xlat/sock_sctp_options.in (SCTP_EVENT): New constant, introduced by Linux commit v4.20-rc3-498-g480ba9c18a27.
-rw-r--r--xlat/sock_sctp_options.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlat/sock_sctp_options.in b/xlat/sock_sctp_options.in
index db1368051..2227ef944 100644
--- a/xlat/sock_sctp_options.in
+++ b/xlat/sock_sctp_options.in
@@ -63,3 +63,4 @@ SCTP_STREAM_SCHEDULER 123
SCTP_STREAM_SCHEDULER_VALUE 124
SCTP_INTERLEAVING_SUPPORTED 125
SCTP_SENDMSG_CONNECT 126
+SCTP_EVENT 127